added rtt and rtt deviation calculation for the tcp layer

This commit is contained in:
cozis
2023-08-29 12:56:23 +02:00
parent 6bfb514df7
commit 91f2526f15
10 changed files with 87 additions and 35 deletions
+1 -1
View File
@@ -124,5 +124,5 @@ void arp_resolve_mac(arp_state_t *state,
void *userp,
void (*callback)(void*, arp_resolution_status_t, mac_address_t));
void arp_seconds_passed(arp_state_t *state, size_t seconds);
void arp_ms_passed(arp_state_t *state, size_t ms);
void arp_change_output_buffer(arp_state_t *state, void *ptr, size_t max);