diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 19:24:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 19:24:00 +0000 |
commit | 519309598685a72ddd7f067369a12b79204e74a8 (patch) | |
tree | 48ba8505da7f67207696cdde56d8328f744be60b | |
parent | 0c868e751af221c142c5863e7d899e6403358311 (diff) |
Formerly socket.h.~3~
-rw-r--r-- | pfinet/linux/socket.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pfinet/linux/socket.h b/pfinet/linux/socket.h index c9dcfa62..f5eb0df0 100644 --- a/pfinet/linux/socket.h +++ b/pfinet/linux/socket.h @@ -6,4 +6,14 @@ #define IP_MAX_MEMBERSHIPS 10 +#define IPTOS_LOWDELAY 0x10 +#define IPTOS_THROUGHPUT 0x08 +#define IPTOS_RELIABILITY 0x04 + +#define SOPRI_INTERACTIVE 0 +#define SOPRI_NORMAL 1 +#define SOPRI_BACKGROUND 2 + +#define SOL_IP 0 /* XXX */ + #endif |