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
|
bb25128406
|
TCP socket.
|
2014-03-18 11:53:53 -07:00 |
|
Adam Ierymenko
|
bd749e040d
|
Compile fixes.
|
2014-03-17 15:14:22 -07:00 |
|
Adam Ierymenko
|
7e80d7e551
|
Bunch of work in progress on new socket multiplexer and plumbing for TCP jailbreaking... Don't try to build, won't yet.
|
2014-03-17 09:05:43 -07:00 |
|