Page MenuHomeFreeBSD

D30163.id88874.diff
No OneTemporary

D30163.id88874.diff

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

Mime Type
text/plain
Expires
Mon, Apr 20, 11:00 AM (5 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31834611
Default Alt Text
D30163.id88874.diff (463 B)

Event Timeline