2015-10-31 01:59:47 +01:00
|
|
|
// Copyright 2015 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
package net
|
|
|
|
|
|
|
|
func installTestHooks() {}
|
|
|
|
|
|
|
|
func uninstallTestHooks() {}
|
|
|
|
|
2016-07-22 20:15:38 +02:00
|
|
|
// forceCloseSockets must be called only from TestMain.
|
2015-10-31 01:59:47 +01:00
|
|
|
func forceCloseSockets() {}
|
|
|
|
|
|
|
|
func enableSocketConnect() {}
|
|
|
|
|
|
|
|
func disableSocketConnect(network string) {}
|