libcoap
4.2.0
|
The transmission parameters for CoAP rate control ("Congestion Control" in stream-oriented protocols) are defined in https://tools.ietf.org/html/rfc7252#section-4.8. More...
Macros | |
#define | COAP_DEFAULT_ACK_TIMEOUT ((coap_fixed_point_t){2,0}) |
Number of seconds when to expect an ACK or a response to an outstanding CON message. More... | |
#define | COAP_DEFAULT_ACK_RANDOM_FACTOR ((coap_fixed_point_t){1,500}) |
A factor that is used to randomize the wait time before a message is retransmitted to prevent synchronization effects. More... | |
#define | COAP_DEFAULT_MAX_RETRANSMIT 4 |
Number of message retransmissions before message sending is stopped RFC 7252, Section 4.8 Default value of MAX_RETRANSMIT is 4. More... | |
#define | COAP_DEFAULT_NSTART 1 |
The number of simultaneous outstanding interactions that a client maintains to a given server. More... | |
The transmission parameters for CoAP rate control ("Congestion Control" in stream-oriented protocols) are defined in https://tools.ietf.org/html/rfc7252#section-4.8.
#define COAP_DEFAULT_ACK_RANDOM_FACTOR ((coap_fixed_point_t){1,500}) |
A factor that is used to randomize the wait time before a message is retransmitted to prevent synchronization effects.
RFC 7252, Section 4.8 Default value of ACK_RANDOM_FACTOR is 1.5
Definition at line 395 of file coap_session.h.
#define COAP_DEFAULT_ACK_TIMEOUT ((coap_fixed_point_t){2,0}) |
Number of seconds when to expect an ACK or a response to an outstanding CON message.
RFC 7252, Section 4.8 Default value of ACK_TIMEOUT is 2
Definition at line 388 of file coap_session.h.
#define COAP_DEFAULT_MAX_RETRANSMIT 4 |
Number of message retransmissions before message sending is stopped RFC 7252, Section 4.8 Default value of MAX_RETRANSMIT is 4.
Definition at line 401 of file coap_session.h.
#define COAP_DEFAULT_NSTART 1 |
The number of simultaneous outstanding interactions that a client maintains to a given server.
RFC 7252, Section 4.8 Default value of NSTART is 1
Definition at line 408 of file coap_session.h.