FreeBSD Bugzilla – Attachment 184049 Details for
Bug 220358
panic in tcp_lro_flush_all
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for panic
uipc_socket.diff (text/plain), 383 bytes, created by
Hans Petter Selasky
on 2017-07-04 08:44:08 UTC
(
hide
)
Description:
Fix for panic
Filename:
MIME Type:
Creator:
Hans Petter Selasky
Created:
2017-07-04 08:44:08 UTC
Size:
383 bytes
patch
obsolete
>Index: sys/kern/uipc_socket.c >=================================================================== >--- sys/kern/uipc_socket.c (revision 320467) >+++ sys/kern/uipc_socket.c (working copy) >@@ -858,6 +858,9 @@ > so->sol_accept_filter_arg = NULL; > so->sol_accept_filter_str = NULL; > >+ so->sol_upcall = NULL; >+ so->sol_upcallarg = NULL; >+ > so->so_options |= SO_ACCEPTCONN; > > listening:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220358
: 184049