You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
587 B

  1. --- a/src/nettest_omni.c
  2. +++ b/src/nettest_omni.c
  3. @@ -454,16 +454,6 @@ static int remote_cpu_method;
  4. static int client_port_min = 5000;
  5. static int client_port_max = 65535;
  6. - /* different options for the sockets */
  7. -
  8. -int
  9. - loc_nodelay, /* don't/do use NODELAY locally */
  10. - rem_nodelay, /* don't/do use NODELAY remotely */
  11. - loc_sndavoid, /* avoid send copies locally */
  12. - loc_rcvavoid, /* avoid recv copies locally */
  13. - rem_sndavoid, /* avoid send copies remotely */
  14. - rem_rcvavoid; /* avoid recv_copies remotely */
  15. -
  16. extern int
  17. loc_tcpcork,
  18. rem_tcpcork,