mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
10 lines
150 B
Go
10 lines
150 B
Go
package forwarder
|
|
|
|
import (
|
|
"encoding/binary"
|
|
"time"
|
|
)
|
|
|
|
const controlStreamTimeout = 10 * time.Second
|
|
|
|
var controlProtocolEndian = binary.BigEndian
|