mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-08 13:29:56 +00:00
11 lines
150 B
Go
11 lines
150 B
Go
package forwarder
|
|
|
|
import (
|
|
"encoding/binary"
|
|
"time"
|
|
)
|
|
|
|
const controlStreamTimeout = 10 * time.Second
|
|
|
|
var controlProtocolEndian = binary.BigEndian
|