mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Minor change to the configuration of number of slots.
This commit is contained in:
parent
62a50bfa38
commit
b213189995
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53087
@ -45,7 +45,7 @@
|
||||
|
||||
/* Node type name and magic cookie */
|
||||
#define NG_VJC_NODE_TYPE "vjc"
|
||||
#define NGM_VJC_COOKIE 868219208
|
||||
#define NGM_VJC_COOKIE 868219209
|
||||
|
||||
/* Hook names */
|
||||
#define NG_VJC_HOOK_IP "ip" /* normal IP traffic */
|
||||
@ -61,7 +61,7 @@
|
||||
struct ngm_vjc_config {
|
||||
u_char enableComp; /* Enable compression */
|
||||
u_char enableDecomp; /* Enable decompression */
|
||||
u_char numChannels; /* Number of compression channels */
|
||||
u_char maxChannel; /* Number of compression channels - 1 */
|
||||
u_char compressCID; /* OK to compress outgoing CID's */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user