jf's netprof Merge commit '0ce5c0a0ad789bff73ace10db60e852056c2fbdb' into net_prof

This commit is contained in:
2024-09-22 12:50:20 +02:00
34 changed files with 943 additions and 46 deletions

View File

@ -30,7 +30,7 @@ static int handle_info_request(void *object, const IP_Port *source, const uint8_
return 1;
}
const Networking_Core *nc = (const Networking_Core *)object;
Networking_Core *nc = (Networking_Core *)object;
uint8_t data[1 + sizeof(bootstrap_version) + MAX_MOTD_LENGTH];
data[0] = BOOTSTRAP_INFO_PACKET_ID;