Cygwin: socket.h: define missing IPTOS_LOWCOST/IPTOS_MINCOST

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-02-12 21:42:26 +01:00
parent f307fefe16
commit 210eca1b31
1 changed files with 2 additions and 0 deletions

View File

@ -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 */