# # ChangeLog for uspace/app/nettest3/nettest3.c in mainline # # Generated by Trac 1.6 # 2025-02-24T17:22:24Z Thu, 14 Mar 2013 17:19:35 GMT Martin Decky [af076b4] * uspace/app/nettest3/nettest3.c (modified) cstyle Mon, 05 Dec 2011 18:38:15 GMT Jiri Svoboda [453f9e33] * uspace/app/nettest3/nettest3.c (modified) Allow specifying IP address and port on test3 command line. Wed, 30 Nov 2011 21:36:36 GMT Jiri Svoboda [b0d82d1] * uspace/app/nettest3/nettest3.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Implement socket close. Unlock mutexes on error paths. Wed, 30 Nov 2011 20:23:09 GMT Jiri Svoboda [92e717c] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest3/Makefile (added) * uspace/app/nettest3/nettest3.c (added) Add nettest3 for more trivial testing. Netecho should use send() for ...