- new function to set "low delay" for a packet, set the ip TOS bit

(can help significantly over some links)

--HG--
extra : convert_revision : 685c1004b66533aebbd45810533de698a786a4ea
This commit is contained in:
Matt Johnston
2005-09-21 15:58:19 +00:00
parent a43af44e9c
commit a2d343b108
2 changed files with 27 additions and 4 deletions

View File

@@ -45,6 +45,7 @@
#include <grp.h>
#include <limits.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <pwd.h>
#include <signal.h>
#include <stdlib.h>