diff options
| author | Sebastien Roy <seb@delphix.com> | 2017-08-01 13:21:40 -0400 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2019-08-23 18:42:52 +0000 |
| commit | 45a4b79d042e642c2ed7090ec290469ccf8fc563 (patch) | |
| tree | 3a2b9b0104d34bf6063ec1875142e69c1bc7a296 /usr/src/lib/libipadm | |
| parent | 867a2ce85cd3f659cb7bc187ba93a095fe1df597 (diff) | |
| download | illumos-joyent-45a4b79d042e642c2ed7090ec290469ccf8fc563.tar.gz | |
11553 Want pluggable TCP congestion control algorithms
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/lib/libipadm')
| -rw-r--r-- | usr/src/lib/libipadm/common/ipadm_prop.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/lib/libipadm/common/ipadm_prop.c b/usr/src/lib/libipadm/common/ipadm_prop.c index 0c3a25382f..4fc0dc0851 100644 --- a/usr/src/lib/libipadm/common/ipadm_prop.c +++ b/usr/src/lib/libipadm/common/ipadm_prop.c @@ -20,7 +20,7 @@ */ /* * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2013 by Delphix. All rights reserved. + * Copyright (c) 2013, 2017 by Delphix. All rights reserved. */ /* @@ -153,6 +153,9 @@ static const char *ecn_sack_vals[] = {"never", "passive", "active", NULL}; /* Supported TCP protocol properties */ static ipadm_prop_desc_t ipadm_tcp_prop_table[] = { + { "congestion_control", NULL, IPADMPROP_CLASS_MODULE, MOD_PROTO_TCP, 0, + i_ipadm_set_prop, i_ipadm_get_prop, i_ipadm_get_prop }, + { "ecn", NULL, IPADMPROP_CLASS_MODULE, MOD_PROTO_TCP, 0, i_ipadm_set_ecnsack, i_ipadm_get_ecnsack, i_ipadm_get_ecnsack }, |
