Print this page
917 Make TCP's iss_incr a tunable

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/tcp_impl.h
          +++ new/usr/src/uts/common/inet/tcp_impl.h
↓ open down ↓ 489 lines elided ↑ open up ↑
 490  490  #define tcps_use_smss_as_mss_opt        tcps_propinfo_tbl[55].prop_cur_bval
 491  491  #define tcps_keepalive_abort_interval_high \
 492  492                                          tcps_propinfo_tbl[56].prop_max_uval
 493  493  #define tcps_keepalive_abort_interval \
 494  494                                          tcps_propinfo_tbl[56].prop_cur_uval
 495  495  #define tcps_keepalive_abort_interval_low \
 496  496                                          tcps_propinfo_tbl[56].prop_min_uval
 497  497  #define tcps_wroff_xtra                 tcps_propinfo_tbl[57].prop_cur_uval
 498  498  #define tcps_dev_flow_ctl               tcps_propinfo_tbl[58].prop_cur_bval
 499  499  #define tcps_reass_timeout              tcps_propinfo_tbl[59].prop_cur_uval
      500 +#define tcps_iss_incr                   tcps_propinfo_tbl[65].prop_cur_uval
 500  501  
 501  502  extern struct qinit tcp_rinitv4, tcp_rinitv6;
 502  503  extern boolean_t do_tcp_fusion;
 503  504  
 504  505  /*
 505  506   * Object to represent database of options to search passed to
 506  507   * {sock,tpi}optcom_req() interface routine to take care of option
 507  508   * management and associated methods.
 508  509   */
 509  510  extern optdb_obj_t      tcp_opt_obj;
↓ open down ↓ 200 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX