-
Notifications
You must be signed in to change notification settings - Fork 27
Configuration Parameters
Collin Lee edited this page Apr 20, 2018
·
1 revision
A list of configuration parameters or settings that the transport needs and ideas for how to acquire them.
- Driver (e.g. UDP, DPDK, etc)
- Locator (IP:PORT)
- Max Data Per Packet
- Grant Increment (?)
- Message "Zero Copy" Threshold
- "Small" Message Threshold
- Client Id (?)
- Timer Interval (How often we check for timeouts)
- Timeout Interval (How long we wait before and about)
- Ping Interval (How long we wait before sending a RESEND)
- Round Trip Bytes (RTT * Network Speed)
- Round Trip Time
- Network Bandwidth
- Num Priorities (Either Configured or Hardware Limited)
- Num Unscheduled Priorities (Computed from fraction unscheduled bytes)
- Unscheduled Priority Cutoffs (Computed from unscheduled byte CDF)
- Max Over Commitment (Likely derived from num priorities not used for unscheduled)