Hikaru Abe
2014-10-21 13:44:47 UTC
Module Name: src
Committed By: hikaru
Date: Tue Oct 21 13:44:47 UTC 2014
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
Fix wrong condition checking TSO capability.
ipsec_used is not necessary condition.
IPsec outbound policy will not be checked when ipsec_used is false.
To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/sys/netinet/tcp_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Committed By: hikaru
Date: Tue Oct 21 13:44:47 UTC 2014
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
Fix wrong condition checking TSO capability.
ipsec_used is not necessary condition.
IPsec outbound policy will not be checked when ipsec_used is false.
To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/sys/netinet/tcp_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.