introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 22 Nov 2006 23:22:06 +0000 (23:22 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 22 Nov 2006 23:22:06 +0000 (23:22 -0000)
commit48237b0c88343154d58854020c3a9c8b07c61b10
treeb36bc84f22dd797b45c8d665e50e2f6c690e1370
parentb40bdb383a6b7a7f0fd36d0b1cc24deb42cd5f0d
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
use them where appropriate. 200 bytes saved
16 files changed:
include/libbb.h
libbb/xconnect.c
networking/arping.c
networking/dnsd.c
networking/ether-wake.c
networking/fakeidentd.c
networking/httpd.c
networking/inetd.c
networking/nc.c
networking/ping.c
networking/ping6.c
networking/telnet.c
networking/traceroute.c
networking/udhcp/arpping.c
networking/udhcp/packet.c
networking/udhcp/socket.c