Linux Kernel
3.7.1
|
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/inet_diag.h>
#include <net/tcp.h>
#include "tcp_vegas.h"
Go to the source code of this file.
Data Structures | |
struct | yeah |
Macros | |
#define | TCP_YEAH_ALPHA 80 |
#define | TCP_YEAH_GAMMA 1 |
#define | TCP_YEAH_DELTA 3 |
#define | TCP_YEAH_EPSILON 1 |
#define | TCP_YEAH_PHY 8 |
#define | TCP_YEAH_RHO 16 |
#define | TCP_YEAH_ZETA 50 |
#define | TCP_SCALABLE_AI_CNT 100U |
Functions | |
module_init (tcp_yeah_register) | |
module_exit (tcp_yeah_unregister) | |
MODULE_AUTHOR ("Angelo P. Castellani") | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("YeAH TCP") | |
#define TCP_SCALABLE_AI_CNT 100U |
Definition at line 26 of file tcp_yeah.c.
#define TCP_YEAH_ALPHA 80 |
Definition at line 18 of file tcp_yeah.c.
#define TCP_YEAH_DELTA 3 |
Definition at line 20 of file tcp_yeah.c.
#define TCP_YEAH_EPSILON 1 |
Definition at line 21 of file tcp_yeah.c.
#define TCP_YEAH_GAMMA 1 |
Definition at line 19 of file tcp_yeah.c.
#define TCP_YEAH_PHY 8 |
Definition at line 22 of file tcp_yeah.c.
#define TCP_YEAH_RHO 16 |
Definition at line 23 of file tcp_yeah.c.
#define TCP_YEAH_ZETA 50 |
Definition at line 24 of file tcp_yeah.c.
MODULE_AUTHOR | ( | "Angelo P. Castellani" | ) |
MODULE_DESCRIPTION | ( | "YeAH TCP" | ) |
module_exit | ( | tcp_yeah_unregister | ) |
module_init | ( | tcp_yeah_register | ) |
MODULE_LICENSE | ( | "GPL" | ) |