Page MenuHomeFreeBSD

D30163.diff
No OneTemporary

D30163.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
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)

Event Timeline