Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162744102
D23687.id68454.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
400 B
Referenced Files
None
Subscribers
None
D23687.id68454.diff
View Options
Index: head/sys/netinet/tcp_hostcache.c
===================================================================
--- head/sys/netinet/tcp_hostcache.c
+++ head/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
Fri, Jul 17, 10:42 AM (13 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35163358
Default Alt Text
D23687.id68454.diff (400 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