Re: icmp and raw sockets on linux

2020-11-29 Thread Jamie Le Tual
Although I've only just sent in the pdf form for an ora, I've already submitted a pull request, https://github.com/openjdk/jdk/pull/1502 wherein an attempt is first made to use an IPPROTO_ICMP socket before falling back on RAW_SOCK and finally tcp echo. I suppose now I have to wait until I am able

Re: icmp and raw sockets on linux

2020-11-29 Thread Alan Bateman
On 29/11/2020 14:54, Jamie Le Tual wrote: Although I've only just sent in the pdf form for an ora, I've already submitted a pull request, https://github.com/openjdk/jdk/pull/1502