Set the queue length.

This commit is contained in:
phk 1999-11-12 19:30:08 +00:00
parent 60efcbdcea
commit 68f823eb7a

View File

@ -83,6 +83,7 @@ discattach(dummy)
ifp->if_type = IFT_LOOP;
ifp->if_hdrlen = 0;
ifp->if_addrlen = 0;
ifp->if_snd.ifq_maxlen = 20;
if_attach(ifp);
bpfattach(ifp, DLT_NULL, sizeof(u_int));
}