linux/include/net/sctp
Vlad Yasevich 245cba7e55 sctp: Remove useless last_time_used variable
The transport last_time_used variable is rather useless.
It was only used when determining if CWND needs to be updated
due to idle transport.  However, idle transport detection was
based on a Heartbeat timer and last_time_used was not incremented
when sending Heartbeats.  As a result the check for cwnd reduction
was always true.  We can get rid of the variable and just base
our cwnd manipulation on the HB timer (like the code comment sais).
We also have to call into the cwnd manipulation function regardless
of whether HBs are enabled or not.  That way we will detect idle
transports if the user has disabled Heartbeats.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
2009-11-23 15:53:58 -05:00
..
auth.h
checksum.h
command.h sctp: Send user messages to the lower layer as one 2009-09-04 18:20:57 -04:00
constants.h sctp: Update SWS avaoidance receiver side algorithm 2009-11-23 15:53:57 -05:00
sctp.h net: cleanup include/net 2009-11-04 05:06:25 -08:00
sm.h sctp: Fix malformed "Invalid Stream Identifier" error 2009-11-23 15:53:56 -05:00
structs.h sctp: Remove useless last_time_used variable 2009-11-23 15:53:58 -05:00
tsnmap.h
ulpevent.h
ulpqueue.h
user.h sctp: remove deprecated SCTP_GET_*_OLD stuffs 2009-11-23 15:53:58 -05:00