X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=utcp_priv.h;h=5ed0344a45fce589963253eafe5ec11bbcdfc937;hb=72b3135830824e441d2dd5c23c030e5dd9f07f5a;hp=437941f61b126c49560e0b30f54ad651981d0b94;hpb=9fc7e661dbe9f10f39d4d59644cf22be606031fd;p=utcp diff --git a/utcp_priv.h b/utcp_priv.h index 437941f..5ed0344 100644 --- a/utcp_priv.h +++ b/utcp_priv.h @@ -125,11 +125,11 @@ struct utcp_connection { uint32_t last; uint32_t cwnd; + uint32_t ssthresh; } snd; struct { uint32_t nxt; - uint32_t wnd; uint32_t irs; } rcv; @@ -152,6 +152,7 @@ struct utcp_connection { bool nodelay; bool keepalive; + bool shut_wr; // Congestion avoidance state