* Field:
* version : must be NDRV_PROTOCOL_DESC_VERS
* protocol_family : unique identifier for this protocol
- * demux_count : number of demux_list descriptors in demux_list
+ * demux_count : number of demux_list descriptors in demux_list; maximum of 10
* demux_list : pointer to array of demux descriptors
*/
struct ndrv_protocol_desc
* you a second or two.
*/
+/* Max number of descriptions allowed by default */
+#define NDRV_DMUX_MAX_DESCR 1024
+
+/*
+ * sysctl MIB tags at the kern.ipc.nrdv level
+ */
+#define NRDV_MULTICAST_ADDRS_PER_SOCK 1 /* to toggle NDRV_DMUX_MAX_DESCR value */
+
#endif /* _NET_NDRV_H */