]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/mptcp_opt.h
xnu-6153.11.26.tar.gz
[apple/xnu.git] / bsd / netinet / mptcp_opt.h
index 0a65d56519a8b77909a3de775fc8cd1a7cc72812..5ca0e32e8e547cad8f53cf6adc56d3f250746109 100644 (file)
 
 #ifdef BSD_KERNEL_PRIVATE
 
-/*
- * Try setting up an MPTCP connection by making atleast 3 attempts,
- * that is 2 retransmissions - needed for Weak WiFi and long delay cellular.
- * This number must be bumped higher when we are assured that middleboxes
- * are not the reason for retries. Generally, on weak wifi and cold start
- * cellular, more than 2 retries are necessary.
- */
-#define MPTCP_CAPABLE_RETRIES   (2)
-
 __BEGIN_DECLS
 extern void mptcp_data_ack_rcvd(struct mptcb *mp_tp, struct tcpcb *tp, u_int64_t full_dack);
 extern void mptcp_update_window_wakeup(struct tcpcb *tp);