aboutsummaryrefslogtreecommitdiff
path: root/ipsvd/tcpudp.c
AgeCommit message (Collapse)Author
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
*: s/include "busybox.h"/include "libbb.h"
2007-04-13fix typo in commentDenis Vlasenko
2007-04-05nc: port nc 1.10 to busyboxDenis Vlasenko
2007-04-04reword commentDenis Vlasenko
2007-04-04Add/improve comment, shorten some usage texts. No code changes.Denis Vlasenko
2007-04-04ipsvd: use IP:PORT syntax for environment vars. Pros:Denis Vlasenko
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.
2007-04-03ipsvd: make udpsvd work similar to tcpsvd (multiple parallelDenis Vlasenko
children for several streams of udp packets tested to work) code size: -509 bytes
2007-04-03ipsvd: fixes and improvements after testingDenis Vlasenko