aboutsummaryrefslogtreecommitdiff
path: root/examples/tcp.server
AgeCommit message (Collapse)AuthorFilesLines
2017-10-21doc: Update remaining references to os.waitSteve Bennett1-1/+1
Now simply 'wait' Signed-off-by: Steve Bennett <steveb@workware.net.au>
2014-09-01aio: optional argument addrvar for accept.Danyil Bohdan1-1/+2
2011-09-24Restucture jim-aio for less duplication of codeSteve Bennett1-0/+2
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-06-10Add aio support for bufferingSteve Bennett1-1/+2
And fconfigure for Tcl compatibility Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Make udp sockets usefulSteve Bennett1-0/+36
Separate socket types: udp client and udp server Allow client sockets to 'connect' to an address Allow server sockets to 'bind' to an address Add support for 'sendto' and 'recvfrom' Add socket client and server examples Document new udp sockets Signed-off-by: Steve Bennett <steveb@workware.net.au>