We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0197cd0 commit 749666aCopy full SHA for 749666a
src/handle_packets.c
@@ -70,6 +70,8 @@ static inline void swiftnet_handle_packets(const uint16_t source_port, pthread_t
70
allocator_free(&packet_buffer_memory_allocator, packet_buffer);
71
return;
72
}
73
+ } else {
74
+ node->sender_address.s_addr = 0;
75
76
77
node->data_read = len;
0 commit comments