Revision 7878ff6b slirp/if.c

b/slirp/if.c
8 8
#include <slirp.h>
9 9

  
10 10
int     if_queued = 0;                  /* Number of packets queued so far */
11
int     if_thresh = 10;                 /* Number of packets queued before we start sending
12
					 * (to prevent allocing too many mbufs) */
13 11

  
14 12
struct  mbuf if_fastq;                  /* fast queue (for interactive data) */
15 13
struct  mbuf if_batchq;                 /* queue for non-interactive data */

Also available in: Unified diff