mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-17 04:02:54 -05:00
When bound to a local address the kernel does not know if the socket will listen() or connect() and must reserve a port inmediately after bind() effectively limiting the random port range to ~32k. when IP_BIND_ADDRESS_NO_PORT is set, the kernel delays source port allocation until the time the complete 4-tuple is known allowing a much larger number of combinations |
||
|---|---|---|
| .. | ||
| cache | ||
| authzone.c | ||
| authzone.h | ||
| listen_dnsport.c | ||
| listen_dnsport.h | ||
| localzone.c | ||
| localzone.h | ||
| mesh.c | ||
| mesh.h | ||
| modstack.c | ||
| modstack.h | ||
| outbound_list.c | ||
| outbound_list.h | ||
| outside_network.c | ||
| outside_network.h | ||
| rpz.c | ||
| rpz.h | ||
| view.c | ||
| view.h | ||