Provide a PacketConn interface for netstack's ICMP endpoint; netstack currently only provides EchoRequest/EchoResponse ICMP support, so this code exposes only an interface for doing ping. Signed-off-by: Thomas Ptacek <[email protected]> [Jason: rework structure, match std go interfaces, add example code] Signed-off-by: Jason A. Donenfeld <[email protected]>