summaryrefslogtreecommitdiff
path: root/include/net/sctp/command.h
AgeCommit message (Collapse)Author
2003-02-06[SCTP] Minor surgery on ulpevent & related cleanups.Jon Grimm
sndrcvinfo.sinfo_cumtsn is new field added by the latest (05) API I-D. Remove unused fields in ulpevent, minimally to make room for for storing this new field. But I'll clear out even more so I can make room for impending partial data delivery work. See changes in comments for ulpqueue.c. Many naming and typedef removal cleanups.
2003-01-28[SCTP] Cleanup of association bind address list initialization.Sridhar Samudrala
2003-01-21[SCTP] Turn off hearbeat timers earlier in shutdown. Jon Grimm
Per clarifications made in the SCTP implementor's guide, we should stop sending heartbeats as soon as we either send SHUTDOWN or send SHUTDOWN-ACK. Cleanup sctp_transport_t -> sctp_transport. Fix some missing entries in the statetable for HB related events.
2002-11-07[SCTP] Fix for sideeffect violation in sctp_sf_heartbeat().Sridhar Samudrala
2002-11-03[SCTP] Support for Peer address parameters socket option.Sridhar Samudrala
2002-08-29[SCTP]: Rename sctp_foo.[ch] to foo.[ch] and kill CVS tags on authors request.David S. Miller