lukem
315a29d6de
* in secure mode (-s), still open the inet sockets but do a shutdown(,SHUT_RD)
on each of them, and don't bother listening on them. this allows messages to be forwarded even with -s enabled. XXX: not 100% sure if this is susceptable to a DoS, e.g someone filling up kernel buffers with a backlog of packets not being read, but shutdown(2) should prevent that even if it possibly doesn't at this time. * minor KNF
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%