asio
asio copied to clipboard
Will Non-privileged ICMP be supported?
Now ASIO has an ICMP implementation, which depends on raw socket, which is a privileged operation on all modern OS's, and which means it's nearly unacceptable everywhere. However, there is a Non-privileged ICMP on some OS's (macOS, iOS, linux, Android, and maybe more), which depends on SOCK_DGRAM socket, and thus need no root privileges. Will this wonderful feature be supported by ASIO?
Does someone have a suggestion?