aboutsummaryrefslogtreecommitdiff
path: root/ipsvd/udp_io.c
AgeCommit message (Collapse)Author
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-03udpsvd: more work on it. works in limited testing.Denis Vlasenko