Page MenuHomeFreeBSD

D30163.id88848.diff
No OneTemporary

D30163.id88848.diff

Index: sys/netinet/tcp_ratelimit.h
===================================================================
--- sys/netinet/tcp_ratelimit.h
+++ sys/netinet/tcp_ratelimit.h
@@ -147,6 +147,13 @@
{
return;
}
+
+static inline uint64_t
+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, 3:10 PM (9 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31847328
Default Alt Text
D30163.id88848.diff (380 B)

Event Timeline