|
@@ -499,7 +499,6 @@ struct sctp_datamsg {
|
|
/* Did the messenge fail to send? */
|
|
/* Did the messenge fail to send? */
|
|
int send_error;
|
|
int send_error;
|
|
u8 send_failed:1,
|
|
u8 send_failed:1,
|
|
- force_delay:1,
|
|
|
|
can_delay; /* should this message be Nagle delayed */
|
|
can_delay; /* should this message be Nagle delayed */
|
|
};
|
|
};
|
|
|
|
|
|
@@ -1878,6 +1877,7 @@ struct sctp_association {
|
|
|
|
|
|
__u8 need_ecne:1, /* Need to send an ECNE Chunk? */
|
|
__u8 need_ecne:1, /* Need to send an ECNE Chunk? */
|
|
temp:1, /* Is it a temporary association? */
|
|
temp:1, /* Is it a temporary association? */
|
|
|
|
+ force_delay:1,
|
|
prsctp_enable:1,
|
|
prsctp_enable:1,
|
|
reconf_enable:1;
|
|
reconf_enable:1;
|
|
|
|
|