removed features from ip stack that crash ip stack

This commit is contained in:
2023-09-25 14:27:23 +02:00
parent 69e14e14cf
commit 3697705319
3 changed files with 13 additions and 10 deletions

View File

@ -66,4 +66,5 @@ void testIp() {
sendto(serverSocket, data, sizeof(data), 0, (sockaddr *)&serverAddr,
sizeof(serverAddr));
puts("send done");
}