Commit Graph

236 Commits (81fe7883d2c8a80a7145ad22f8cd8514d05412b9)

Author SHA1 Message Date
Gerrit Renker 2eeea7ba6b dccp ccid-3: Length of loss intervals 17 years ago
Gerrit Renker b552c6231f dccp ccid-3: Fix a loss detection bug 17 years ago
Gerrit Renker 5b5d0e7048 dccp: Upgrade NDP count from 3 to 6 bytes 17 years ago
Gerrit Renker 2013c7e35a dccp ccid-3: Fix error in loss detection 17 years ago
Gerrit Renker 7deb0f8510 dccp ccid-3: X truncated due to type conversion 17 years ago
Gerrit Renker 1e8a287c79 dccp ccid-3: TFRC reverse-lookup Bug-Fix 17 years ago
Gerrit Renker 1e2f0e5e83 dccp: Fix sparse warnings 17 years ago
Gerrit Renker 3294f202dc dccp ccid-3: Bug-Fix - Zero RTT is possible 17 years ago
Gerrit Renker 825de27d9e dccp ccid-3: Fix "t_ipi explosion" bug 17 years ago
Harvey Harrison 84994e16f2 dccp: ccid2.c, ccid3.c use clamp(), clamp_t() 17 years ago
Ilpo Järvinen c4e18dade1 [CCID3]: Kill some bloat 17 years ago
Gerrit Renker 52515e77a7 [CCID3]: Nofeedback timer according to rfc3448bis 17 years ago
Gerrit Renker d8d1252f74 [CCID3]: Implement rfc3448bis changes to feedback reception 17 years ago
Gerrit Renker 5bd370a63d [CCID3]: Remove two irrelevant states in TX feedback handling 17 years ago
Gerrit Renker 8e138e7949 [CCID3]: Use a function to update p_inv, and p is never used 17 years ago
Gerrit Renker 84a97b0af8 [CCID]: More informative registration 17 years ago
Gerrit Renker 3f71c81ac3 [TFRC]: Remove previous loss intervals implementation 17 years ago
Gerrit Renker 954c2db868 [CCID3]: Interface CCID3 code with newer Loss Intervals Database 17 years ago
Gerrit Renker de0d411cb8 [TFRC]: CCID3 (and CCID4) needs to access these inlines 17 years ago
Gerrit Renker db64196038 [CCID3]: Redundant debugging output / documentation 17 years ago
Gerrit Renker 8a9c7e92e0 [TFRC]: Ringbuffer to track loss interval history 17 years ago
Gerrit Renker 8995a238ef [TFRC]: Loss interval code needs the macros/inlines that were moved 17 years ago
Gerrit Renker df8f83fdd6 [TFRC]: Put RX/TX initialisation into tfrc.c 17 years ago
Gerrit Renker 385ac2e3f2 [CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses it 17 years ago
Gerrit Renker 797eba424d [TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore 17 years ago
Gerrit Renker 78282d2af5 [TFRC]: Move comment. 17 years ago
Arnaldo Carvalho de Melo b84a2189c4 [TFRC]: New rx history code 17 years ago
Gerrit Renker 30a0eacd47 [CCID3]: The receiver of a half-connection does not set window counter values 17 years ago
Arnaldo Carvalho de Melo d58d1af03a [TFRC]: Rename dccp_rx_ to tfrc_rx_ 17 years ago
Arnaldo Carvalho de Melo 34a9e7ea91 [TFRC]: Make the rx history slab be global 17 years ago
Arnaldo Carvalho de Melo e9c8b24a6a [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency 17 years ago
Gerrit Renker c40616c597 [TFRC]: Provide central source file and debug facility 17 years ago
Arnaldo Carvalho de Melo 9108d5f4b2 [TFRC]: Hide tx history details from the CCIDs 17 years ago
Arnaldo Carvalho de Melo 276f2edc52 [TFRC]: Migrate TX history to singly-linked lis 17 years ago
Gerrit Renker dcfbc7e97a [CCID2]: Remove misleading comment 17 years ago
Gerrit Renker a302002516 [CCID2]: Remove redundant ack-counting variable 17 years ago
Gerrit Renker 83399361c3 [CCID2]: Remove redundant synchronisation variable 17 years ago
Gerrit Renker da98e0b5d4 [CCID2]: Redundant debugging output 17 years ago
Gerrit Renker 95b21d7e9d [CCID2]: Replace pipe assignment-function with assignment 17 years ago
Gerrit Renker 3deeadd74b [CCID2]: Replace cwnd assignment-function with assignment 17 years ago
Gerrit Renker 63df18ad7f [CCID2]: Replace read-only variable with constant 17 years ago
Gerrit Renker 7792cd8885 [CCID2]: Remove unused variable 17 years ago
Gerrit Renker 900bfed471 [CCID2]: Disable broken Ack Ratio adaptation algorithm 17 years ago
Gerrit Renker b00d2bbc45 [CCID2]: Larger initial windows also for CCID2 17 years ago
Gerrit Renker d50ad163e6 [CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwnd 17 years ago
Gerrit Renker df054e1d00 [CCID2]: Don't assign negative values to Ack Ratio 17 years ago
Gerrit Renker cfbbeabc88 [CCID2]: Fix sequence number arithmetic/comparisons 17 years ago
Gerrit Renker 3de5489f47 [CCID2]: Bug in reading Ack Vectors 17 years ago
Gerrit Renker 6d57b43bf8 [DCCP]: Remove redundant dependency on IP_DCCP 17 years ago
Gerrit Renker e333b3edc4 [DCCP]: Promote CCID2 as default CCID 17 years ago