// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
// SPDX-License-Identifier: MIT

//go:build !js
// +build !js

package fakenet

import (
	
	
)

// MockPacketConn for tests.
type MockPacketConn struct{}

func ( *MockPacketConn) ([]byte) ( int,  net.Addr,  error) { return 0, nil, nil } //nolint:revive
func ( *MockPacketConn) ([]byte, net.Addr) ( int,  error)       { return 0, nil }      //nolint:revive
func ( *MockPacketConn) () error                                      { return nil }         //nolint:revive
func ( *MockPacketConn) () net.Addr                               { return nil }         //nolint:revive
func ( *MockPacketConn) (time.Time) error                       { return nil }         //nolint:revive
func ( *MockPacketConn) (time.Time) error                   { return nil }         //nolint:revive
func ( *MockPacketConn) (time.Time) error                  { return nil }         //nolint:revive