summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_async.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_async.h')
-rw-r--r--sys/netgraph/ng_async.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/netgraph/ng_async.h b/sys/netgraph/ng_async.h
index f08290f..008cf2e 100644
--- a/sys/netgraph/ng_async.h
+++ b/sys/netgraph/ng_async.h
@@ -45,12 +45,11 @@
/* Type name and cookie */
#define NG_ASYNC_NODE_TYPE "async"
-#define NGM_ASYNC_COOKIE 886473715
+#define NGM_ASYNC_COOKIE 886473716
/* Hook names */
-#define NG_ASYNC_HOOK_SYNC "sync" /* Normal encoding */
-#define NG_ASYNC_HOOK_SYNC2 "sync2" /* Full ACCM, no ACF comp. */
-#define NG_ASYNC_HOOK_ASYNC "async" /* Normal decoding */
+#define NG_ASYNC_HOOK_SYNC "sync" /* Sync frames */
+#define NG_ASYNC_HOOK_ASYNC "async" /* Async-encoded frames */
/* Maximum receive size bounds (for both sync and async sides) */
#define NG_ASYNC_MIN_MRU 1
OpenPOWER on IntegriCloud