Adam Ierymenko
|
0e1fc06a6f
|
The remove paths on send fail thing in Peer.cpp was not well thought out, and there is no point in mallocing the TCP write buffer.
|
2014-04-01 15:55:05 -07:00 |
|
Adam Ierymenko
|
f13493edb2
|
Oops... turns out we need to differentiate incoming from outgoing TCP and indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh.
|
2014-03-31 22:23:55 -07:00 |
|
Adam Ierymenko
|
7957ab6b1d
|
Windows uses exceptfds to report failed async connect() in select(). TCP now done on Windows (I think).
|
2014-03-28 13:37:21 -07:00 |
|
Adam Ierymenko
|
e8b613e625
|
TCP connections work on Windows now.
|
2014-03-28 12:26:33 -07:00 |
|
Adam Ierymenko
|
c231510f8b
|
More TCP-related fixes and tweaks to ping timing, resynchronize, and startup.
|
2014-03-27 17:02:52 -07:00 |
|
Adam Ierymenko
|
2ac56fd120
|
Fix TCP connection accumulation problem, still having issues with TCP tunneling.
|
2014-03-26 17:59:45 -07:00 |
|
Adam Ierymenko
|
328be8f846
|
Make Windows build, add (untested) Windows named pipe based IPC code.
|
2014-03-25 08:37:08 -07:00 |
|
Adam Ierymenko
|
45e823d27c
|
Reworking of paths in Peer work-in-progress, and TCP connect support in SocketManager. Also add FD_SETSIZE checking for the default select implementation of sockets.
|
2014-03-20 18:49:33 -07:00 |
|
Adam Ierymenko
|
bb25128406
|
TCP socket.
|
2014-03-18 11:53:53 -07:00 |
|