Skip to content

Commit

Permalink
Fix sending multiple udp packets but break reading the response
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Jul 26, 2024
1 parent 1a13e94 commit 52e2e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teeworlds_asmr.asm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ section .data
NEWLINE db 0x0a

; networking
SIZEOF_SOCKADDR db 128 ; borderline non sense
SIZEOF_SOCKADDR equ 128 ; borderline non sense
ADDR_LOCALHOST dw AF_INET ; 0x2 0x00
db 0x20, 0x6f ; port 8303
db 0x7f, 0x0, 0x0, 0x01 ; 127.0.0.1
Expand Down

0 comments on commit 52e2e03

Please sign in to comment.