#include "vfer_func_rel.h"
Go to the source code of this file.
Functions | |
bool_t | rf_always_reliable (context_t *c) |
bool_t | rf_frag_ratio (int frag_size, int dim1, int dim2, int **mat) |
Definition in file vfer_func_rel.c.
Full reliability function that never gives up on a datagram
c | context |
Definition at line 72 of file vfer_func_rel.c.
bool_t rf_frag_ratio | ( | int | frag_size, | |
int | dim1, | |||
int | dim2, | |||
int ** | mat | |||
) | [inline] |
frag_size | fragment size | |
dim1 | number of rows in int matrix mat | |
dim2 | number of columns in int matrix mat | |
mat | matrix of negative acknowledgement vectors so far for this frame |
Definition at line 32 of file vfer_func_rel.c.