Mercurial > dropbear
comparison includes.h @ 251:b02e8eef3c3a
- new function to set "low delay" for a packet, set the ip TOS bit
(can help significantly over some links)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 21 Sep 2005 15:58:19 +0000 |
parents | e972be139cb5 |
children | 8b62b0ea8f3b |
comparison
equal
deleted
inserted
replaced
250:d059b0bb57dd | 251:b02e8eef3c3a |
---|---|
43 #include <errno.h> | 43 #include <errno.h> |
44 #include <fcntl.h> | 44 #include <fcntl.h> |
45 #include <grp.h> | 45 #include <grp.h> |
46 #include <limits.h> | 46 #include <limits.h> |
47 #include <netinet/in.h> | 47 #include <netinet/in.h> |
48 #include <netinet/ip.h> | |
48 #include <pwd.h> | 49 #include <pwd.h> |
49 #include <signal.h> | 50 #include <signal.h> |
50 #include <stdlib.h> | 51 #include <stdlib.h> |
51 #include <string.h> | 52 #include <string.h> |
52 #include <termios.h> | 53 #include <termios.h> |