diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1999-11-10 06:17:51 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1999-11-10 06:17:51 +0000 |
| commit | 71cb548de45daebc9dbad5ef18395675ef8ff6af (patch) | |
| tree | 4b76942fb96a647851324590ddbcf9d22b074785 /sys/modules/netgraph/vjc | |
| parent | 3f47e1e357cc912d77bad73d4fc725891f467228 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph/vjc')
| -rw-r--r-- | sys/modules/netgraph/vjc/ng_vjc.4 | 8 | ||||
| -rw-r--r-- | sys/modules/netgraph/vjc/ng_vjc.8 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/modules/netgraph/vjc/ng_vjc.4 b/sys/modules/netgraph/vjc/ng_vjc.4 index 8a5c365d00a3..904e65dbc81c 100644 --- a/sys/modules/netgraph/vjc/ng_vjc.4 +++ b/sys/modules/netgraph/vjc/ng_vjc.4 @@ -114,7 +114,7 @@ argument. This structure contains the following fields: struct ngm_vjc_config { u_char enableComp; /* Enable compression */ u_char enableDecomp; /* Enable decompression */ - u_char numChannels; /* Number of outgoing channels */ + u_char maxChannel; /* Number of outgoing channels - 1 */ u_char compressCID; /* OK to compress outgoing CID's */ }; .Ed @@ -141,9 +141,9 @@ both compression and decompression are disabled and the node is therefore operating in bi-directional ``pass through'' mode. .Pp When enabling compression, -.Dv numChannels -should be set to the number of outgoing compression channels, and is a value -between 3 and 16, inclusive. Also, the +.Dv maxChannel +should be set to the number of outgoing compression channels minus one, +and is a value between 3 and 15, inclusive. Also, the .Dv compressCID field indicates whether it is OK to compress the CID field for outgoing compressed TCP packets. This value should be zero unless diff --git a/sys/modules/netgraph/vjc/ng_vjc.8 b/sys/modules/netgraph/vjc/ng_vjc.8 index 8a5c365d00a3..904e65dbc81c 100644 --- a/sys/modules/netgraph/vjc/ng_vjc.8 +++ b/sys/modules/netgraph/vjc/ng_vjc.8 @@ -114,7 +114,7 @@ argument. This structure contains the following fields: struct ngm_vjc_config { u_char enableComp; /* Enable compression */ u_char enableDecomp; /* Enable decompression */ - u_char numChannels; /* Number of outgoing channels */ + u_char maxChannel; /* Number of outgoing channels - 1 */ u_char compressCID; /* OK to compress outgoing CID's */ }; .Ed @@ -141,9 +141,9 @@ both compression and decompression are disabled and the node is therefore operating in bi-directional ``pass through'' mode. .Pp When enabling compression, -.Dv numChannels -should be set to the number of outgoing compression channels, and is a value -between 3 and 16, inclusive. Also, the +.Dv maxChannel +should be set to the number of outgoing compression channels minus one, +and is a value between 3 and 15, inclusive. Also, the .Dv compressCID field indicates whether it is OK to compress the CID field for outgoing compressed TCP packets. This value should be zero unless |
