Cygwin: socket.h: define missing IPTOS_LOWCOST/IPTOS_MINCOST
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
f307fefe16
commit
210eca1b31
|
@ -225,6 +225,8 @@ struct OLD_msghdr
|
|||
#define IPTOS_LOWDELAY 0x10
|
||||
#define IPTOS_THROUGHPUT 0x08
|
||||
#define IPTOS_RELIABILITY 0x04
|
||||
#define IPTOS_LOWCOST 0x02
|
||||
#define IPTOS_MINCOST IPTOS_LOWCOST
|
||||
#endif
|
||||
|
||||
/* These need to appear somewhere around here */
|
||||
|
|
Loading…
Reference in New Issue