예제 #1
0
파일: mock_net.go 프로젝트: rht/bssim
func (mn *mocknet) DisconnectNets(n1, n2 inet.Network) error {
	return n1.ClosePeer(n2.LocalPeer())
}