Skip to content

Make network system calls more robust + move constant to another file

Vincent Lacroix requested to merge VLA_Network_System_Calls into master

Using MSG_NOSIGNAL flag, SIGPIPE error are ignored on Posix-like systems: https://www.man7.org/linux/man-pages/man2/send.2.html

Note: this flag doesn't seem to exist on Windows: https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-send

Merge request reports