Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150642531
D24674.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
D24674.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 1:14 AM (1 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30789762
Default Alt Text
D24674.id.diff (483 B)
Attached To
Mode
D24674: fix sosend() so that it can handle an mbuf list for KTLS
Attached
Detach File
Event Timeline
Log In to Comment