Hello!
I'm trying to use the client to communicate with isc-dhcpd server. While using, I found that the client tries to listen to port 67 in the initialization phase:
|
self.listening_ports = [67] |
However, isc-dhcpd uses port 67 to serve. could you please explain why the client listens to port 67?