summaryrefslogtreecommitdiff
path: root/node/TcpSocket.hpp
AgeCommit message (Collapse)Author
2014-04-01The remove paths on send fail thing in Peer.cpp was not well thought out, ↵Adam Ierymenko
and there is no point in mallocing the TCP write buffer.
2014-03-31Oops... turns out we need to differentiate incoming from outgoing TCP and ↵Adam Ierymenko
indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh.
2014-03-28Windows uses exceptfds to report failed async connect() in select(). TCP now ↵Adam Ierymenko
done on Windows (I think).
2014-03-18TCP socket.Adam Ierymenko
2014-03-17Compile fixes.Adam Ierymenko
2014-03-17Bunch of work in progress on new socket multiplexer and plumbing for TCP ↵Adam Ierymenko
jailbreaking... Don't try to build, won't yet.