summaryrefslogtreecommitdiff
path: root/ipsvd/tcpudp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* fix typo in commentDenis Vlasenko2007-04-131-1/+1
|
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-051-2/+0
|
* reword commentDenis Vlasenko2007-04-041-1/+1
|
* Add/improve comment, shorten some usage texts. No code changes.Denis Vlasenko2007-04-041-1/+20
|
* ipsvd: use IP:PORT syntax for environment vars. Pros:Denis Vlasenko2007-04-041-62/+58
| | | | | | | | | 1. it's saner (matches internal libc sockaddr abstraction). 2. it's smaller. Cons: not compatible with smarden's ipsvd. Fix IPv6 define typos. Stop interpreting options in prog's args. Code size -162 bytes.
* ipsvd: make udpsvd work similar to tcpsvd (multiple parallelDenis Vlasenko2007-04-031-326/+120
| | | | | children for several streams of udp packets tested to work) code size: -509 bytes
* ipsvd: fixes and improvements after testingDenis Vlasenko2007-04-031-0/+750