summaryrefslogtreecommitdiff
path: root/include/net/sctp/structs.h
diff options
context:
space:
mode:
authorJon Grimm <jgrimm@touki.austin.ibm.com>2003-02-13 00:24:26 -0600
committerJon Grimm <jgrimm@touki.austin.ibm.com>2003-02-13 00:24:26 -0600
commitc3cc4b919385931b1d6e60efbf58aa680913d00c (patch)
tree3bc519533e0190f7e4554d9ae9b1099e97e0e971 /include/net/sctp/structs.h
parent8cbcdb66236fff6c3ce681272abc42b22f1973a6 (diff)
parent3d34635ba1b19944c531a97cd52d18996723fdeb (diff)
Merge touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5
into touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5.work
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r--include/net/sctp/structs.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 97c51580bce1..bcb994fad15b 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1291,19 +1291,11 @@ struct sctp_association {
* used in the bulk of the text. This value is hidden
* in tsn_map--we get it by calling sctp_tsnmap_get_ctsn().
*/
- sctp_tsnmap_t tsn_map;
+ struct sctp_tsnmap tsn_map;
__u8 _map[sctp_tsnmap_storage_size(SCTP_TSN_MAP_SIZE)];
- /* We record duplicate TSNs here. We clear this after
- * every SACK.
- * FIXME: We should move this into the tsnmap? --jgrimm
- */
- sctp_dup_tsn_t dup_tsns[SCTP_MAX_DUP_TSNS];
- int next_dup_tsn;
-
/* Do we need to sack the peer? */
- uint8_t sack_needed;
-
+ __u8 sack_needed;
/* These are capabilities which our peer advertised. */
__u8 ecn_capable; /* Can peer do ECN? */
__u8 ipv4_address; /* Peer understands IPv4 addresses? */