Versions in this module Expand all Collapse all v0 v0.28.0 Aug 17, 2021 v0.27.0 Dec 7, 2020 Changes in this version + const AllPackets + const OnlyIPPackets + type RawSocket struct + func NewRawSocket(ifName string, protocol int) (*RawSocket, error) + func NewRawSocketInNs(nsPath string, ifName string, protocol int) (*RawSocket, error) + func (s *RawSocket) Close() error + func (s *RawSocket) GetFd() int + func (s *RawSocket) Write(data []byte) (int, error)