@NfNitLoop ("Cody C. #BLM") wrote:
#TIL some scary things about TCP/IP sockets in Windows:
https://github.com/actix/actix-web/issues/1913Opening 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. 😱