Page MenuHomeFreeBSD

D24674.id.diff
No OneTemporary

D24674.id.diff

Index: head/sys/kern/uipc_socket.c
===================================================================
--- head/sys/kern/uipc_socket.c
+++ head/sys/kern/uipc_socket.c
@@ -1678,6 +1678,13 @@
resid = 0;
if (flags & MSG_EOR)
top->m_flags |= M_EOR;
+#ifdef KERN_TLS
+ if (tls != NULL) {
+ ktls_frame(top, tls, &tls_enq_cnt,
+ tls_rtype);
+ tls_rtype = TLS_RLTYPE_APP;
+ }
+#endif
} else {
/*
* Copy the data from userland into a mbuf

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 1, 10:37 PM (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37845239
Default Alt Text
D24674.id.diff (483 B)

Event Timeline