]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_cache.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_cache.h
index d9344c84ed0887a7cef0ff81565191b339845ef5..9259076ca7cdf08636248e990ceeba5c2bfbeb76 100644 (file)
@@ -51,7 +51,7 @@ extern void tcp_heuristic_tfo_success(struct tcpcb *tp);
 extern void tcp_heuristic_mptcp_success(struct tcpcb *tp);
 extern void tcp_heuristic_ecn_success(struct tcpcb *tp);
 extern boolean_t tcp_heuristic_do_tfo(struct tcpcb *tp);
-extern boolean_t tcp_heuristic_do_mptcp(struct tcpcb *tp);
+extern int tcp_heuristic_do_mptcp(struct tcpcb *tp);
 extern boolean_t tcp_heuristic_do_ecn(struct tcpcb *tp);
 extern void tcp_heuristic_ecn_droprst(struct tcpcb *tp);
 extern void tcp_heuristic_ecn_droprxmt(struct tcpcb *tp);