Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GoでICMPpingを実装することは可能ですか?別の方法は、「ping」プロセスをフォークすることですが、Goで記述したいと思います。
現在、ICMP Echo (Ping) 機能は Go net パッケージではサポートされていません。
ICMP エコー要求の送信はサポートされていません。パッケージネットにサポートを追加する必要があります。 ピング