#include "main.h"
#include "TCP.h"
#include "TCP_Enum.h"
#include "TCP_Header.h"
Go to the source code of this file.
|
| #define | alpha (1/8.0) |
| |
| #define | beta (1/4.0) |
| |
| #define | G |
| |
| #define | K (4) |
| |
◆ alpha
Definition at line 30 of file RTO.c.
◆ beta
Definition at line 31 of file RTO.c.
Value:
Definition at line 32 of file RTO.c.
Definition at line 33 of file RTO.c.
◆ add_timeout_event()
Definition at line 63 of file RTO.c.
◆ Backoff_RTO()
| static void Backoff_RTO |
( |
double * |
rto | ) |
|
|
static |
Definition at line 57 of file RTO.c.
◆ calculate_RTO()
| double calculate_RTO |
( |
double |
R, |
|
|
double * |
srtt, |
|
|
double * |
rtt_var |
|
) |
| |
Definition at line 35 of file RTO.c.
◆ handle_rto_timer()
| void handle_rto_timer |
( |
| ) |
|
◆ handle_rto_timer_for_ctrl()
Definition at line 92 of file RTO.c.
◆ restart_rto_timer()