Definition in file congure.h.
 Include dependency graph for congure.h:
 Include dependency graph for congure.h:Go to the source code of this file.
| Data Structures | |
| struct | congure_snd_t | 
| Base state object for CongURE implementations.  More... | |
| struct | congure_snd_msg_t | 
| Object to represent a collection of sent messages.  More... | |
| struct | congure_snd_ack_t | 
| Object to represent an ACK to a message.  More... | |
| struct | congure_snd_driver | 
| Driver for CongURE objects.  More... | |
| Macros | |
| #define | CONGURE_WND_SIZE_MAX (UINT16_MAX) | 
| Maximum value the window size can take. | |
| Typedefs | |
| typedef uint16_t | congure_wnd_size_t | 
| Define type for window size to allow for possible window size scaling. | |
| typedef struct congure_snd_driver | congure_snd_driver_t | 
| Forward-declariton for the driver struct. | |