]> git.meshlink.io Git - utcp/blobdiff - utcp_priv.h
Implement slow start threshold according to RFC 5681.
[utcp] / utcp_priv.h
index c23279d82c4c4369a0de076a65c9d86d408e4687..5ed0344a45fce589963253eafe5ec11bbcdfc937 100644 (file)
@@ -125,6 +125,7 @@ struct utcp_connection {
 
                uint32_t last;
                uint32_t cwnd;
+               uint32_t ssthresh;
        } snd;
 
        struct {