summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.h
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2014-06-01 07:28:24 +0000
committerhiren <hiren@FreeBSD.org>2014-06-01 07:28:24 +0000
commitcc47b6d9479ebc0469f422069b78a7e89bdbc128 (patch)
treec5c0b3ee7f9941654343d00b25f436ca8ca672d9 /sys/netinet/ip_dummynet.h
parent8db2b665686650f51c5873f5b48e5bdceaed6d52 (diff)
downloadFreeBSD-src-cc47b6d9479ebc0469f422069b78a7e89bdbc128.zip
FreeBSD-src-cc47b6d9479ebc0469f422069b78a7e89bdbc128.tar.gz
ECN marking implenetation for dummynet.
Changes include both DCTCP and RFC 3168 ECN marking methodology. DCTCP draft: http://tools.ietf.org/html/draft-bensley-tcpm-dctcp-00 Submitted by: Midori Kato (aoimidori27@gmail.com) Worked with: Lars Eggert (lars@netapp.com) Reviewed by: luigi, hiren
Diffstat (limited to 'sys/netinet/ip_dummynet.h')
-rw-r--r--sys/netinet/ip_dummynet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h
index 1c09197..202f1e2 100644
--- a/sys/netinet/ip_dummynet.h
+++ b/sys/netinet/ip_dummynet.h
@@ -104,6 +104,7 @@ enum { /* user flags */
DN_HAS_PROFILE = 0x0010, /* a link has a profile */
DN_IS_RED = 0x0020,
DN_IS_GENTLE_RED= 0x0040,
+ DN_IS_ECN = 0x0080,
DN_PIPE_CMD = 0x1000, /* pipe config... */
};
OpenPOWER on IntegriCloud