summaryrefslogtreecommitdiff
path: root/node/TcpSocket.cpp
AgeCommit message (Collapse)Author
2014-03-28TCP connections work on Windows now.Adam Ierymenko
2014-03-27More TCP-related fixes and tweaks to ping timing, resynchronize, and startup.Adam Ierymenko
2014-03-26Fix TCP connection accumulation problem, still having issues with TCP tunneling.Adam Ierymenko
2014-03-25Make Windows build, add (untested) Windows named pipe based IPC code.Adam Ierymenko
2014-03-20Reworking of paths in Peer work-in-progress, and TCP connect support in ↵Adam Ierymenko
SocketManager. Also add FD_SETSIZE checking for the default select implementation of sockets.
2014-03-18TCP socket.Adam Ierymenko