Gerrit Renker be4c798a41 dccp: Bug in initial acknowledgment number assignment
Step 8.5 in RFC 4340 says for the newly cloned socket

           Initialize S.GAR := S.ISS,

but what in fact the code (minisocks.c) does is

           Initialize S.GAR := S.ISR,

which is wrong (typo?) -- fixed by the patch.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-06-11 11:19:10 +01:00
..
2008-06-11 11:19:09 +01:00
2008-01-28 14:57:58 -08:00
2008-01-28 14:57:59 -08:00
2008-01-28 14:54:46 -08:00
2008-06-11 11:19:09 +01:00
2008-06-11 11:19:09 +01:00