Revert "Merge pull request #132 from eddc005/feat-pcap"
This reverts commitc453020349, reversing changes made to5723490a6c.
This commit is contained in:
@@ -48,9 +48,6 @@ type PacketIO interface {
|
||||
ProtectedDialContext(ctx context.Context, network, address string) (net.Conn, error)
|
||||
// Close closes the packet IO.
|
||||
Close() error
|
||||
// SetCancelFunc gives packet IO access to context cancel function, enabling it to
|
||||
// trigger a shutdown
|
||||
SetCancelFunc(cancelFunc context.CancelFunc) error
|
||||
}
|
||||
|
||||
type ErrInvalidPacket struct {
|
||||
|
||||
Reference in New Issue
Block a user