Set the queue length.

This commit is contained in:
Poul-Henning Kamp 1999-11-12 19:30:08 +00:00
parent 98bb29dc55
commit 422fd76f84

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));
}