Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107127646
D30163.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
463 B
Referenced Files
None
Subscribers
None
D30163.diff
View Options
diff --git a/sys/netinet/tcp_ratelimit.h b/sys/netinet/tcp_ratelimit.h
--- a/sys/netinet/tcp_ratelimit.h
+++ b/sys/netinet/tcp_ratelimit.h
@@ -147,6 +147,20 @@
{
return;
}
+
+static uint64_t inline
+tcp_hw_highest_rate(const struct tcp_hwrate_limit_table *rle)
+{
+ return (0);
+}
+
+static uint64_t inline
+tcp_hw_highest_rate_ifp(struct ifnet *ifp, struct inpcb *inp)
+{
+ return (0);
+}
+
+
#endif
/*
* Given a b/w and a segsiz, and optional hardware
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 1:24 PM (20 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15754189
Default Alt Text
D30163.diff (463 B)
Attached To
Mode
D30163: Ratelimit and rack
Attached
Detach File
Event Timeline
Log In to Comment