Home
last modified time | relevance | path

Searched defs:Conn (Results 1 – 25 of 6403) sorted by relevance

12345678910>>...257

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/neilalexander/utp/
H A Dconn.go14 type Conn struct { struct
15 recv_id, send_id uint16
16 seq_nr, ack_nr uint16
35 gotFin Event
36 wroteFin Event
37 err error
38 closed Event
39 destroyed Event
40 canWrite Event
45 inboundWnd int
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/dtls/v2/
H A Dconn.go35 type Conn struct { struct
41 workerTicker *time.Ticker
43 state State // Internal state
45 connectTimeout time.Duration
47 maximumTransmissionUnit int
57 currFlight *flight
61 cookie []byte
64 localPSKIdentityHint []byte
71 insecureSkipVerify bool
83 bufferedPackets []*packet
[all …]
/dports/net/rclone/server/core/
H A Dconn.go30 type Conn struct { struct
35 driver Driver
36 auth Auth
37 logger Logger
40 sessionID string
41 curDir string
42 reqUser string
45 lastFilePos int64
46 appendData bool
47 closed bool
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/
H A Dconn.go45 type Conn struct { struct
52 state State // Internal state
54 maximumTransmissionUnit int
58 encryptedPackets [][]byte
60 connectionClosedByUser bool
65 readDeadline *deadline.Deadline
68 log logging.LeveledLogger
72 cancelHandshaker func()
73 cancelHandshakeReader func()
75 fsm *handshakeFSM
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/google/martian/v3/trafficshape/
H A Dconn.go29 type Conn struct { struct
30 Context *Context
33 Shapes *urlShapes
37 Established time.Time
39 DefaultBandwidth Bandwidth
40 Listener *Listener
44 conn net.Conn
45 latency time.Duration
46 ronce sync.Once
47 wonce sync.Once
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/google/martian/v3/trafficshape/
H A Dconn.go29 type Conn struct { struct
30 Context *Context
33 Shapes *urlShapes
37 Established time.Time
39 DefaultBandwidth Bandwidth
40 Listener *Listener
44 conn net.Conn
45 latency time.Duration
46 ronce sync.Once
47 wonce sync.Once
[all …]
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/
H A Dconn.go28 type Conn struct { struct
30 conn net.Conn
31 isDTLS bool
32 isClient bool
53 serverName string
62 curveID CurveID
70 clientRandom, serverRandom [32]byte
79 localApplicationSettings, peerApplicationSettings []byte
83 clientVerify []byte
96 in, out halfConn // in.Mutex < out.Mutex
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/
H A Dconn.go28 type Conn struct { struct
30 conn net.Conn
31 isDTLS bool
32 isClient bool
53 serverName string
62 curveID CurveID
67 clientRandom, serverRandom [32]byte
76 localApplicationSettings, peerApplicationSettings []byte
80 clientVerify []byte
93 in, out halfConn // in.Mutex < out.Mutex
[all …]
/dports/net/nsq/nsq-1.2.1/vendor/github.com/nsqio/go-nsq/
H A Dconn.go50 type Conn struct { struct
58 mtx sync.Mutex
60 config *Config
63 tlsConn *tls.Conn
64 addr string
68 logger logger
69 logLvl LogLevel
70 logFmt string
73 r io.Reader member
74 w io.Writer
[all …]
/dports/security/boringssl/boringssl-6a71840/ssl/test/runner/
H A Dconn.go28 type Conn struct { struct
30 conn net.Conn
31 isDTLS bool
32 isClient bool
53 serverName string
62 curveID CurveID
67 clientRandom, serverRandom [32]byte
77 clientVerify []byte
78 serverVerify []byte
90 in, out halfConn // in.Mutex < out.Mutex
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/xtls/go/
H A Dconn.go97 in, out halfConn
110 RPRX bool
111 SHOW bool
114 ic, oc int
116 fall bool
117 total int
118 count int
120 taken bool
121 first bool
122 index int
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/tls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/tls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/tls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/crypto/tls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/tls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/tls/
H A Dconn.go25 type Conn struct { struct
27 conn net.Conn
28 isClient bool
53 serverName string
87 in, out halfConn
97 bytesSent int64
98 packetsSent int64
103 retryCount int
108 activeCall int32
110 tmp [16]byte
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-swarm/
H A Dswarm_conn.go27 type Conn struct { struct
28 id uint32
29 conn transport.CapableConn
30 swarm *Swarm
32 closeOnce sync.Once
33 err error
35 notifyLk sync.Mutex
37 streams struct {
42 stat network.Stat
61 func (c *Conn) doClose() {
[all …]

12345678910>>...257