Motr  M0
net_conf Struct Reference

#include <net.h>

Collaboration diagram for net_conf:
Collaboration graph

Data Fields

unsigned nc_frag_size
 
unsigned nc_rpc_size
 
sim_time_t nc_rpc_delay_min
 
sim_time_t nc_rpc_delay_max
 
sim_time_t nc_frag_delay_min
 
sim_time_t nc_frag_delay_max
 
unsigned long long nc_rate_min
 
unsigned long long nc_rate_max
 
unsigned long nc_nob_max
 
unsigned long nc_nob_inflight
 
unsigned long nc_msg_max
 
unsigned long nc_msg_inflight
 
struct sim_chan nc_queue
 
struct cnt nc_rpc_wait
 
struct cnt nc_rpc_bulk_wait
 

Detailed Description

Definition at line 39 of file net.h.

Field Documentation

◆ nc_frag_delay_max

sim_time_t nc_frag_delay_max

Definition at line 45 of file net.h.

◆ nc_frag_delay_min

sim_time_t nc_frag_delay_min

Definition at line 44 of file net.h.

◆ nc_frag_size

unsigned nc_frag_size

Definition at line 40 of file net.h.

◆ nc_msg_inflight

unsigned long nc_msg_inflight

Definition at line 51 of file net.h.

◆ nc_msg_max

unsigned long nc_msg_max

Definition at line 50 of file net.h.

◆ nc_nob_inflight

unsigned long nc_nob_inflight

Definition at line 49 of file net.h.

◆ nc_nob_max

unsigned long nc_nob_max

Definition at line 48 of file net.h.

◆ nc_queue

struct sim_chan nc_queue

Definition at line 52 of file net.h.

◆ nc_rate_max

unsigned long long nc_rate_max

Definition at line 47 of file net.h.

◆ nc_rate_min

unsigned long long nc_rate_min

Definition at line 46 of file net.h.

◆ nc_rpc_bulk_wait

struct cnt nc_rpc_bulk_wait

Definition at line 54 of file net.h.

◆ nc_rpc_delay_max

sim_time_t nc_rpc_delay_max

Definition at line 43 of file net.h.

◆ nc_rpc_delay_min

sim_time_t nc_rpc_delay_min

Definition at line 42 of file net.h.

◆ nc_rpc_size

unsigned nc_rpc_size

Definition at line 41 of file net.h.

◆ nc_rpc_wait

struct cnt nc_rpc_wait

Definition at line 53 of file net.h.


The documentation for this struct was generated from the following file: