diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2003-06-23 21:38:21 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2003-06-23 21:38:21 +0000 |
| commit | ec4270c0216f17df50527a321c14790b94d530f3 (patch) | |
| tree | e1b5a281a872cfcdf80b662ed74f75dfb96cefa6 | |
| parent | 67ab48d1aea60d166126803b308b37da4218a12f (diff) | |
Notes
| -rw-r--r-- | sys/netinet/ip_dummynet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_dummynet.c b/sys/netinet/ip_dummynet.c index 78c7b4d4bccd..a94226afa6ce 100644 --- a/sys/netinet/ip_dummynet.c +++ b/sys/netinet/ip_dummynet.c @@ -940,7 +940,7 @@ red_drops(struct dn_flow_set *fs, struct dn_flow_queue *q, int len) /* queue in bytes or packets ? */ u_int q_size = (fs->flags_fs & DN_QSIZE_IS_BYTES) ? q->len_bytes : q->len; - DEB(printf("\ndymmynet: %d q: %2u ", (int) curr_time, q_size);) + DEB(printf("\ndummynet: %d q: %2u ", (int) curr_time, q_size);) /* average queue size estimation */ if (q_size != 0) { |
