Page MenuHomeFreeBSD

D6922.diff
No OneTemporary

D6922.diff

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

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)

Event Timeline