@NfNitLoop on Twitter: Post

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

#TIL some scary things about TCP/IP sockets in Windows:
https://github.com/actix/actix-web/issues/1913

Opening a socket with SO_REUSEADDR allows applications to hijack ports from other applications, leaving both applications' sockets in an "indeterminate" states, likely undetectable to both. 😱