(2 . 3)(2 . 4)
170 543081 udp_errata_asciilifeform diana_coman Regrind of asciilifeform's errata on his UDP lib: adds closing socket calls, corrects and adds to comments.
171 543082 udp_fix_nullchars diana_coman Fix for issue in unix_udp.c that returns null characters at end of IPs shorter than 16 characters in length.
172 543083 mt_prng diana_coman Ada implementation of Mersenne Twister pseudorandom number generator + automated tests for it.
173 543084 udp_tester diana_coman Sender and Receiver for testing UDP communication over a range of packet sizes. NB: this makes some changes to UDP lib for *testing* purposes - those changes are NOT required in production.