asio icon indicating copy to clipboard operation
asio copied to clipboard

Will Non-privileged ICMP be supported?

Open AeolusLau opened this issue 4 years ago • 1 comments

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?

AeolusLau avatar Jan 21 '21 06:01 AeolusLau

Does someone have a suggestion?

AeolusLau avatar Mar 31 '22 07:03 AeolusLau