#include <linux/module.h>
#include <net/tcp.h>
Go to the source code of this file.
enum tcp_lp_state : is remote HZ valid? : is OWD valid? : are we within threshold? : are we within inference?
TCP-LP's state flags. We create this set of state flag mainly for debugging.
- Enumerator:
LP_VALID_RHZ |
|
LP_VALID_OWD |
|
LP_WITHIN_THR |
|
LP_WITHIN_INF |
|
Definition at line 52 of file tcp_lp.c.
MODULE_AUTHOR |
( |
"Wong Hoi Sing |
Edison, |
|
|
Hung Hing Lun Mike" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"TCP Low Priority" |
| ) |
|
module_exit |
( |
tcp_lp_unregister |
| ) |
|
module_init |
( |
tcp_lp_register |
| ) |
|