Age | Commit message (Expand) | Author | Files | Lines |
2019-09-04 | tcp: cc algos handle cwnd on congestion signal | Florin Coras | 3 | -12/+11 |
2019-09-03 | tcp: send rwnd update only if wnd is large enough | Florin Coras | 3 | -7/+15 |
2019-09-02 | ipsec ip tcp l2: multiarch nodes cannot be declared as static | Damjan Marion | 1 | -2/+2 |
2019-08-31 | tcp: fix rx min/max fifo size parsing | Florin Coras | 1 | -13/+14 |
2019-08-30 | tcp: force zero window on full rx fifo | Florin Coras | 1 | -1/+4 |
2019-08-30 | tcp: improve mss computation | Florin Coras | 3 | -43/+48 |
2019-08-30 | tcp: track zero rwnd errors | Florin Coras | 2 | -1/+9 |
2019-08-23 | tcp: fix byte tracker samples flush | Florin Coras | 1 | -0/+1 |
2019-08-21 | tcp: add option for always on event logging | Florin Coras | 6 | -184/+369 |
2019-08-21 | tcp: default to debug disabled | Florin Coras | 1 | -1/+1 |
2019-08-20 | tcp: forward conn resets through tcp-output | Florin Coras | 1 | -32/+20 |
2019-08-19 | session: add explicit reset api | Florin Coras | 1 | -0/+13 |
2019-08-19 | tcp: set cc_algo on connection alloc | Florin Coras | 3 | -6/+19 |
2019-08-19 | tcp: allow cc algos to set pacing rate | Florin Coras | 2 | -8/+15 |
2019-08-16 | tcp: fix cc algo name parsing | Florin Coras | 1 | -1/+1 |
2019-08-14 | tcp: extend protocol configuration | Florin Coras | 5 | -133/+195 |
2019-08-12 | tcp: handle fin+rst+syn in closing state | Florin Coras | 1 | -0/+2 |
2019-08-08 | tcp: cleanup timers | Florin Coras | 4 | -142/+98 |
2019-08-08 | tcp: fix zero rwnd sent check | Florin Coras | 1 | -1/+1 |
2019-08-02 | tcp: add more connection stats | Florin Coras | 4 | -6/+81 |
2019-08-01 | tcp: honor snd_wnd in fast rxt | Florin Coras | 1 | -1/+4 |
2019-07-26 | tcp: count resets sent | Florin Coras | 2 | -0/+7 |
2019-07-26 | session tcp: handle rxt and acks as custom events | Florin Coras | 4 | -173/+138 |
2019-07-25 | session: add transport deleted state | Florin Coras | 1 | -1/+0 |
2019-07-23 | tcp: generate closed notifications whenever tcp closes | Florin Coras | 2 | -1/+6 |
2019-07-17 | tcp: add node with no 6-tuple lookup | Vladimir Kropylev | 1 | -22/+96 |
2019-07-15 | session: allow transports to generate closed notifications | Florin Coras | 1 | -0/+2 |
2019-07-12 | session: add thread index to all formatters | Aloys Augustin | 1 | -0/+2 |
2019-07-10 | tcp: improve rate estimate | Florin Coras | 2 | -9/+22 |
2019-07-09 | tcp: track last lost bytes in sack sb | Florin Coras | 2 | -3/+10 |
2019-07-05 | tcp: timestamp adjustment | Vladimir Kropylev | 3 | -3/+14 |
2019-07-05 | tcp: add cc algo start tx event | Florin Coras | 2 | -0/+16 |
2019-07-05 | tcp: add cc algo undo recovery notification | Florin Coras | 2 | -18/+23 |
2019-07-05 | tcp: add loss signal to cc algo | Florin Coras | 5 | -26/+62 |
2019-06-28 | tcp: reject out-of-order fins | Florin Coras | 1 | -0/+4 |
2019-06-28 | tcp: fix close-waiting check for outstanding tx data | Florin Coras | 1 | -1/+2 |
2019-06-27 | tcp: Setup initial CWND as configured | Vladimir Kropylev | 2 | -0/+11 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 1 | -2/+4 |
2019-06-25 | tcp: window update ack | Vladimir Kropylev | 2 | -0/+33 |
2019-06-25 | tcp: delivery rate estimator | Florin Coras | 7 | -28/+760 |
2019-06-21 | tcp: add option to pass opaque to next node | Florin Coras | 2 | -2/+7 |
2019-06-18 | tcp: allow custom output next node | Florin Coras | 2 | -0/+4 |
2019-06-17 | session: use listener_handle instead of listener_index | Nathan Skrzypczak | 1 | -1/+1 |
2019-06-13 | tcp: fix tcp_do_fastretransmits failure. | Guoao Sun | 1 | -0/+2 |
2019-06-12 | tcp: better estimate snd space for rxt with no sacks | Florin Coras | 2 | -4/+2 |
2019-06-11 | tcp: allow registration of new cc algo types | Florin Coras | 2 | -5/+23 |
2019-06-08 | tcp: send challenge ack for in wnd syn | Florin Coras | 1 | -1/+2 |
2019-06-08 | tcp: close connection if not recovered after max tries | Florin Coras | 2 | -0/+14 |
2019-06-07 | tcp: add cc cleanup function | Florin Coras | 2 | -25/+34 |
2019-06-07 | tcp: log connect notify errors | Florin Coras | 1 | -1/+2 |