mirror of
https://github.com/danderson/netboot.git
synced 2025-08-06 22:57:20 +02:00
Some DHCP messages are broadcast to 255.255.255.255, and binding to a specific address filters those packets out. Instead, we have to translate the "listen on ip:port" intent to "listen on interface:port", and filter based on the interface that received the packet. Fixes #27. |
||
---|---|---|
.. | ||
testdata | ||
conn_linux.go | ||
conn_test.go | ||
conn_unsupported.go | ||
conn.go | ||
doc.go | ||
options_test.go | ||
options.go | ||
packet_test.go | ||
packet.go |