Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153394706
D6922.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
508 B
Referenced Files
None
Subscribers
None
D6922.diff
View Options
Index: head/sys/netinet/tcp_timewait.c
===================================================================
--- head/sys/netinet/tcp_timewait.c
+++ head/sys/netinet/tcp_timewait.c
@@ -186,7 +186,7 @@
{
V_tcptw_zone = uma_zcreate("tcptw", sizeof(struct tcptw),
- NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE);
+ NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0);
TUNABLE_INT_FETCH("net.inet.tcp.maxtcptw", &maxtcptw);
if (maxtcptw == 0)
uma_zone_set_max(V_tcptw_zone, tcptw_auto_size());
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 10:00 PM (14 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31935813
Default Alt Text
D6922.diff (508 B)
Attached To
Mode
D6922: No longer mark TCP TW zone NO_FREE
Attached
Detach File
Event Timeline
Log In to Comment