Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename our tcpserver to netlib, expand to include client network functions. | Aldo Cortesi | 2012-06-16 | 1 | -88/+0 |
| | |||||
* | Create our own TCP server class. | Aldo Cortesi | 2012-06-16 | 1 | -0/+88 |
We're going to need more control for advanced features and speed, and we can also ditch some of the idiocies in the SocketServer module. |