aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/tcpserver.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename our tcpserver to netlib, expand to include client network functions.Aldo Cortesi2012-06-161-88/+0
|
* Create our own TCP server class.Aldo Cortesi2012-06-161-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.