File: tcp.h

package info (click to toggle)
httping 1.5.8-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 188 kB
  • ctags: 79
  • sloc: ansic: 1,695; makefile: 76
file content (4 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
/* Released under GPLv2 with exception for the OpenSSL library. See license.txt */

int connect_to(struct sockaddr *bind_to, struct addrinfo *ai, int timeout, char *tfo, char *msg, int msg_len, int *msg_accepted);
int set_tcp_low_latency(int sock);