Package ctf.network.tcp

TCP networking

See:
          Description

Interface Summary
ConnectionOwner Interface for classes wishing to "use" connections
ServerOwner Interface for classes that "own" TCP servers
 

Class Summary
CLI  
Connection A line-oriented TCP connection.
Server Used for communication between game and clients
TestConnection A connection that times out after 100 ms (the maximum allowable latency according to the CTF specification).
 

Package ctf.network.tcp Description

TCP networking