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.
|
11 years ago |
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.
|
11 years ago |
Adam Ierymenko
|
7957ab6b1d
Windows uses exceptfds to report failed async connect() in select(). TCP now done on Windows (I think).
|
11 years ago |
Adam Ierymenko
|
e8b613e625
TCP connections work on Windows now.
|
11 years ago |
Adam Ierymenko
|
c231510f8b
More TCP-related fixes and tweaks to ping timing, resynchronize, and startup.
|
11 years ago |
Adam Ierymenko
|
2ac56fd120
Fix TCP connection accumulation problem, still having issues with TCP tunneling.
|
11 years ago |
Adam Ierymenko
|
328be8f846
Make Windows build, add (untested) Windows named pipe based IPC code.
|
11 years ago |
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.
|
11 years ago |
Adam Ierymenko
|
bb25128406
TCP socket.
|
11 years ago |