Page MenuHomeFreeBSD

D56067.id174242.diff
No OneTemporary

D56067.id174242.diff

diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -396,10 +396,11 @@
if (already_listening)
goto out;
- if (error == 0)
+ if (error == 0) {
in_pcblisten(inp);
- if (tp->t_flags & TF_FASTOPEN)
- tp->t_tfo_pending = tcp_fastopen_alloc_counter();
+ if (tp->t_flags & TF_FASTOPEN)
+ tp->t_tfo_pending = tcp_fastopen_alloc_counter();
+ }
out:
tcp_bblog_pru(tp, PRU_LISTEN, error);

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 2:22 PM (12 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30338077
Default Alt Text
D56067.id174242.diff (476 B)

Event Timeline