diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-24 10:27:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-24 10:27:41 +0000 |
commit | f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186 (patch) | |
tree | ee5e0e3e2ceda68477c0dd323c78b5edf05012d5 /ipsvd | |
parent | 028f2d651c046128feec491c2dd77ad33ad601cd (diff) | |
download | busybox-w32-f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186.tar.gz busybox-w32-f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186.tar.bz2 busybox-w32-f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186.zip |
Update defconfig; fix comments
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/tcpudp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index b5c35cc66..6a11539c7 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c | |||
@@ -98,7 +98,7 @@ enum { | |||
98 | 98 | ||
99 | static void connection_status(void) | 99 | static void connection_status(void) |
100 | { | 100 | { |
101 | /* "only 1 client max" don't need this */ | 101 | /* "only 1 client max" desn't need this */ |
102 | if (cmax > 1) | 102 | if (cmax > 1) |
103 | printf("%s: info: status %u/%u\n", applet_name, cnum, cmax); | 103 | printf("%s: info: status %u/%u\n", applet_name, cnum, cmax); |
104 | } | 104 | } |
@@ -341,7 +341,7 @@ int tcpudpsvd_main(int argc, char **argv) | |||
341 | * we cannot replace fd #0 - we will lose pending packet | 341 | * we cannot replace fd #0 - we will lose pending packet |
342 | * which is already buffered for us! And we cannot use fd #1 | 342 | * which is already buffered for us! And we cannot use fd #1 |
343 | * instead - it will "intercept" all following packets, but child | 343 | * instead - it will "intercept" all following packets, but child |
344 | * do not expect data coming *from fd #1*! */ | 344 | * does not expect data coming *from fd #1*! */ |
345 | #if 0 | 345 | #if 0 |
346 | /* Make it so that local addr is fixed to localp->sa | 346 | /* Make it so that local addr is fixed to localp->sa |
347 | * and we don't accidentally accept packets to other local IPs. */ | 347 | * and we don't accidentally accept packets to other local IPs. */ |