Deleted Added
sdiff udiff text old ( 257215 ) new ( 281613 )
full compact
1/* $FreeBSD: head/sys/contrib/altq/altq/altq_rio.c 257215 2013-10-27 16:25:57Z glebius $ */
2/* $KAME: altq_rio.c,v 1.17 2003/07/10 12:07:49 kjc Exp $ */
3
4/*
5 * Copyright (C) 1998-2003
6 * Sony Computer Science Laboratories Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 77 unchanged lines hidden (view full) ---

87#include <netinet/in_systm.h>
88#include <netinet/ip.h>
89#ifdef INET6
90#include <netinet/ip6.h>
91#endif
92
93#include <netpfil/pf/pf.h>
94#include <netpfil/pf/pf_altq.h>
95#include
96#include
97#include
98#include
99#ifdef ALTQ3_COMPAT
100#include
101#endif
102
103/*
104 * RIO: RED with IN/OUT bit
105 * described in
106 * "Explicit Allocation of Best Effort Packet Delivery Service"
107 * David D. Clark and Wenjia Fang, MIT Lab for Computer Science
108 * http://diffserv.lcs.mit.edu/Papers/exp-alloc-ddc-wf.{ps,pdf}

--- 744 unchanged lines hidden ---