summaryrefslogtreecommitdiff
path: root/node/TcpSocket.cpp
AgeCommit message (Expand)Author
2014-04-01The remove paths on send fail thing in Peer.cpp was not well thought out, and...Adam Ierymenko
2014-03-31Oops... turns out we need to differentiate incoming from outgoing TCP and ind...Adam Ierymenko
2014-03-28Windows uses exceptfds to report failed async connect() in select(). TCP now ...Adam Ierymenko
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 Socke...Adam Ierymenko
2014-03-18TCP socket.Adam Ierymenko