[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Udp Port 69 Connections.



;Disabling service UDP...
;
;(setq tcp::*udp-protocol-alist*
;      (delete 69 tcp::*udp-protocol-alist* :key #'car))
;

Perhaps an even easier way is:

(sys:disable-services :tftp)