Page MenuHomeFreeBSD

D26803.diff
No OneTemporary

D26803.diff

Index: head/sys/kern/uipc_ktls.c
===================================================================
--- head/sys/kern/uipc_ktls.c
+++ head/sys/kern/uipc_ktls.c
@@ -734,7 +734,7 @@
return (ECONNRESET);
}
tp = intotcpcb(inp);
- if (tp->tod == NULL) {
+ if (!(tp->t_flags & TF_TOE)) {
INP_WUNLOCK(inp);
return (EOPNOTSUPP);
}

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 18, 9:03 AM (17 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29895903
Default Alt Text
D26803.diff (339 B)

Event Timeline