# # ChangeLog for uspace/app/nettest3/nettest3.c in mainline # # Generated by Trac 1.6 # 2025-02-24T16:57:19Z 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 ...