diff options
Diffstat (limited to 'net/sctp/socket.c')
-rw-r--r-- | net/sctp/socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index 79c3e072cf28..3fe906d65069 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c | |||
@@ -3084,8 +3084,8 @@ SCTP_STATIC int sctp_init_sock(struct sock *sk) | |||
3084 | */ | 3084 | */ |
3085 | sp->disable_fragments = 0; | 3085 | sp->disable_fragments = 0; |
3086 | 3086 | ||
3087 | /* Turn on/off any Nagle-like algorithm. */ | 3087 | /* Enable Nagle algorithm by default. */ |
3088 | sp->nodelay = 1; | 3088 | sp->nodelay = 0; |
3089 | 3089 | ||
3090 | /* Enable by default. */ | 3090 | /* Enable by default. */ |
3091 | sp->v4mapped = 1; | 3091 | sp->v4mapped = 1; |