a few fixes

This commit is contained in:
2026-03-16 09:20:40 +01:00
parent 2f632077b8
commit 7b09b505b5
3 changed files with 53 additions and 31 deletions

View File

@@ -10,5 +10,5 @@ func main[] : i64
net.UDPPacket.free(pkt)
continue
net.udp_send_to(s, pkt->source_addr, pkt->buffer, pkt->size)
net.udp_send_to(s, pkt->source_addr, pkt->data, pkt->size)
net.UDPPacket.free(pkt)