[SCTP] sctp_connectx() API support
Implements sctp_connectx() as defined in the SCTP sockets API draft by tunneling the request through a setsockopt(). Signed-off-by: Frank Filz <ffilzlnx@us.ibm.com> Signed-off-by: Sridhar Samudrala <sri@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
8b22c249e7
commit
3f7a87d2fa
@@ -263,13 +263,6 @@ enum { SCTP_MIN_PMTU = 576 };
|
||||
enum { SCTP_MAX_DUP_TSNS = 16 };
|
||||
enum { SCTP_MAX_GABS = 16 };
|
||||
|
||||
typedef enum {
|
||||
SCTP_COUNTER_INIT_ERROR,
|
||||
} sctp_counter_t;
|
||||
|
||||
/* How many counters does an association need? */
|
||||
#define SCTP_NUMBER_COUNTERS 5
|
||||
|
||||
/* Here we define the default timers. */
|
||||
|
||||
/* cookie timer def = ? seconds */
|
||||
|
Reference in New Issue
Block a user