From: Carl Worth Date: Tue, 8 Nov 2005 18:03:08 +0000 (+0000) Subject: 2005-11-08 Carl Worth X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=2cd70db8433cc9d02a4ca784190260889c835198;hp=2cd70db8433cc9d02a4ca784190260889c835198;p=ttt 2005-11-08 Carl Worth * src/ttt.h: * src/ttt-server.c: (_sockaddr_init), (_wait_for_connection), (main): Add socket, bind, listen, accept calls to provide a simple, functional, one-shot server demonstration. * src/x.h: * src/x.c: (xsocket), (xbind), (xlisten), (xfcntl), (xselect): Add more wrapped system calls. ---