UDP api for macos?
UDP api for macos?
On Windows we use Winsock. On macos we use?? The reason I want this is so i can have blocking sockets. If anyone has an example, that would be super helpful. Thanks
Re: UDP api for macos?

Simply use socket_() and the related stuff like in linux.
Re: UDP api for macos?
Thanks