mirror of https://github.com/docker/docs.git
Mac build fix
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
parent
3a5499040f
commit
180bc90b1b
|
|
@ -1,12 +1,14 @@
|
|||
// +build darwin
|
||||
|
||||
package dockerclient
|
||||
package cluster
|
||||
|
||||
import (
|
||||
"net"
|
||||
"os"
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
// setTCPUserTimeout sets TCP_RXT_CONNDROPTIME on darwin
|
||||
|
|
|
|||
Loading…
Reference in New Issue