brettwooldridge / jnb-ping

Java Non-Blocking Ping (ICMP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request: Synchronous API

exabrial opened this issue · comments

Just wanted to say thanks for a great lib. It's sort of incredible the JVM has no native support for this.

Someday, could we get a synchronous API? Essentially construct a ping target, run the ping directly in the current thread?

Thank you!