Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140106121
D23687.id68442.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
385 B
Referenced Files
None
Subscribers
None
D23687.id68442.diff
View Options
Index: sys/netinet/tcp_hostcache.c
===================================================================
--- sys/netinet/tcp_hostcache.c
+++ sys/netinet/tcp_hostcache.c
@@ -437,8 +437,10 @@
{
struct hc_metrics *hc_entry;
- if (!V_tcp_use_hostcache)
+ if (!V_tcp_use_hostcache) {
+ bzero(hc_metrics_lite, sizeof(*hc_metrics_lite));
return;
+ }
/*
* Find the right bucket.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 7:39 AM (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27109645
Default Alt Text
D23687.id68442.diff (385 B)
Attached To
Mode
D23687: Fix sporadic odd MSS values when TCP HostCache is not in use
Attached
Detach File
Event Timeline
Log In to Comment