mailing list of musl libc
 help / color / mirror / code / Atom feed
8180a83b844b21448bdbe2f5dc97c426e9579862 blob 490 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
#ifndef _NETINET_TCP_H
#define _NETINET_TCP_H

#define TCP_NODELAY 1
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#include <sys/types.h>
#include <sys/socket.h>
#define	TCP_MAXSEG	 2
#define TCP_CORK	 3
#define TCP_KEEPIDLE	 4
#define TCP_KEEPINTVL	 5
#define TCP_KEEPCNT	 6
#define TCP_SYNCNT	 7
#define TCP_LINGER2	 8
#define TCP_DEFER_ACCEPT 9
#define TCP_WINDOW_CLAMP 10
#define TCP_INFO	 11
#define	TCP_QUICKACK	 12
#define TCP_CONGESTION	 13
#define TCP_MD5SIG	 14
#endif

#endif
debug log:

solving 8180a83 ...
found 8180a83 in https://inbox.vuxu.org/musl/20120520232651.4ed2d315@newbook/
found c8a1a4b in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 c8a1a4bc4950e65cc3609a7393c9b1a55b141663	include/netinet/tcp.h

applying [1/1] https://inbox.vuxu.org/musl/20120520232651.4ed2d315@newbook/
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h
index c8a1a4b..8180a83 100644

Checking patch include/netinet/tcp.h...
Applied patch include/netinet/tcp.h cleanly.

index at:
100644 8180a83b844b21448bdbe2f5dc97c426e9579862	include/netinet/tcp.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).