diff options
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index d9b4200ed12d..0d8f782c25cc 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -117,7 +117,7 @@ int dccp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) | |||
117 | inet->inet_daddr, | 117 | inet->inet_daddr, |
118 | inet->inet_sport, | 118 | inet->inet_sport, |
119 | inet->inet_dport); | 119 | inet->inet_dport); |
120 | inet->inet_id = dp->dccps_iss ^ jiffies; | 120 | inet->inet_id = prandom_u32(); |
121 | 121 | ||
122 | err = dccp_connect(sk); | 122 | err = dccp_connect(sk); |
123 | rt = NULL; | 123 | rt = NULL; |