Commit graph

154 commits

Author SHA1 Message Date
orignal 04dc34260f replaced stringstream by a list of buffers 2017-02-26 15:05:14 -05:00
orignal 29944f6bf2 cleanup stream upon termination 2017-01-22 21:22:12 -05:00
orignal 7ea0249e6e use memory poll for streaming 2017-01-10 21:31:52 -05:00
orignal 88a48a5c79 implement AcceptOnce for multiple acceptors 2016-12-23 10:09:40 -05:00
orignal c45f72a63e make sure all outstading data got sent before closing socket 2016-12-13 11:01:13 -05:00
orignal ac2caf2787 make sure all incoming data gets sent before closing a socket 2016-12-12 14:45:37 -05:00
orignal 0e14b54b6d break circular reference 2016-11-25 22:36:35 -05:00
orignal 2dcb91b284 don't create same incoming stream twice 2016-10-27 20:46:05 -04:00
orignal c5e2ec5e00 random remote lease selection for LeaseSet update 2016-10-23 16:16:08 -04:00
orignal 3167ae21b0 send own LeasetSet through a stalled stream 2016-10-22 20:08:15 -04:00
Jeff Becker ee9dc789af
change scope of Stream::Terminate 2016-07-28 15:34:32 -04:00
Jeff Becker 87e1c45c05
fug 2016-07-28 12:34:33 -04:00
Jeff Becker 9447afe49c
try changing i2cp option 2016-07-28 12:32:05 -04:00
Jeff Becker aa3a93b6a0
implement streaming limiting (initial) 2016-07-28 11:16:29 -04:00
orignal c7173d5e1c use shared ClientDestination 2016-05-25 16:18:02 -04:00
orignal cb68d19bed ClientDestination/LeaseSetDestination split 2016-05-23 10:33:01 -04:00
orignal 6d892179c8 added gzip parameter for server tunnels 2016-02-29 14:44:15 -05:00
orignal 93720fffd4 shared path between streams 2016-02-10 22:51:08 -05:00
orignal 7d927b0e28 shared_ptr for Lease 2016-02-09 10:46:27 -05:00
orignal 3d19e92059 queue up out of sequence packets 2016-02-08 14:42:20 -05:00
orignal 5930e2d221 keep pending incoming streams if acceptor is not set 2015-12-14 22:23:28 -05:00
orignal 62cf83921b cumulative update from bitbucket 2015-11-03 09:15:49 -05:00
orignal 2cbd6e85c6 use shared_ptr for garlic messages 2015-06-21 22:29:50 -04:00
orignal 873754c6ca select next lease with same gateway if possible 2015-04-16 11:38:36 -04:00
orignal c873e9dd68 don't send reset message due problem at other side 2015-04-13 11:38:23 -04:00
orignal 51b850aa85 show windows size and connection status 2015-04-10 11:52:14 -04:00
orignal 11177d37ea send and handle RESET flag 2015-04-09 21:09:30 -04:00
orignal 451b0382ea implemented AsyncSend 2015-04-09 15:07:25 -04:00
orignal 250af7f247 fixed race condition 2015-04-05 13:56:41 -04:00
orignal 19325d552a fixed race condition 2015-04-02 15:10:02 -04:00
orignal 3f4bd13091 don't wait for remote LeaseSet request complete 2015-03-23 22:23:40 -04:00
orignal 6125288e95 select really other remote lease 2015-03-23 22:18:30 -04:00
orignal 217ddfe98d fixed crash 2015-03-23 13:08:04 -04:00
orignal 5f3b17af64 better resend and tunnel reselection algorithm 2015-03-21 16:26:14 -04:00
orignal f3aab569ca don't return error if received data is available 2015-03-11 21:43:30 -04:00
orignal 3e889ee06c resend packing with RTO interval 2015-03-10 11:11:42 -04:00
orignal cd0933522d handle stream close depending on state 2015-03-09 12:06:35 -04:00
orignal dc599bbc63 stream status 2015-03-08 19:36:33 -04:00
orignal 36de881041 send close after buffer 2015-03-06 21:39:05 -05:00
orignal 0f8ea92a53 handle local destination port 2015-03-01 21:08:34 -05:00
orignal 4a6847da8d RTT 2015-02-03 13:46:44 -05:00
orignal 2c2acae50d invoke acceptor on reset 2015-02-01 09:34:32 -05:00
orignal 908404ab62 show send buffer size 2015-01-30 21:41:32 -05:00
orignal 5887e8c8c4 slow start and congestion avoidance 2015-01-29 15:34:43 -05:00
orignal b3e08b2cf4 shared_ptr for tunnels 2015-01-27 14:55:46 -05:00
orignal d1d6797d3e store LeaseSet as shared_ptr 2015-01-27 11:27:58 -05:00
orignal f75de6af82 window 2015-01-25 17:43:34 -05:00
orignal a061f3339e use send buffer for a stream 2015-01-25 16:18:26 -05:00
orignal b269bda52b shared_ptr for GarlicRouting Session 2015-01-22 15:31:34 -05:00
orignal fe13a85c0f read all available data from closed stream 2015-01-06 19:05:48 -05:00