]> git.mxchange.org Git - simgear.git/commit
Bernie Bright:
authorcurt <curt>
Fri, 10 May 2002 13:53:22 +0000 (13:53 +0000)
committercurt <curt>
Fri, 10 May 2002 13:53:22 +0000 (13:53 +0000)
commit761b7b93543ad2e8dfd307ee3679b3a2a7082ddc
treeb9459922f0f977d729f54800daccc5afe59f958b
parent6a3d1895d9d9f90092b393675ba50df7b1cf3c5e
Bernie Bright:

Here's a first cut at SGSocket reimplemented using plib.net.  I've
maintained the same TCP server behaviour, that is only one client
connection at a time.  I don't think it is possible within the current
framework to handle simultaneous clients.

I've also added two simple test programs, tcp_client and tcp_server.
simgear/io/Makefile.am
simgear/io/iochannel.cxx
simgear/io/sg_socket.cxx
simgear/io/sg_socket.hxx
simgear/io/tcp_client.cxx [new file with mode: 0644]
simgear/io/tcp_server.cxx [new file with mode: 0644]