Displaying 1 result from an estimated 1 matches for "tcp_offload".
Did you mean:
omp_offload
2008 Aug 21
0
working around TOE bug
I dont have too many production RELENG_7 boxes post TOE MFC, but on
the ones I do, apart from applying
# diff -u src/sys/netinet/tcp_offload.c src/sys/netinet/tcp_offload.c.disable
--- src/sys/netinet/tcp_offload.c 2008-07-31 18:25:51.000000000 -0400
+++ src/sys/netinet/tcp_offload.c.disable 2008-08-21
09:39:07.000000000 -0400
@@ -58,6 +58,8 @@
struct rtentry *rt;
int error;
+ return (EINVAL);
+...