mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-28 07:19:58 +00:00
chore: move pktconns out of transport pkg
This commit is contained in:
parent
cdbfa0fca2
commit
00ec7e5ad9
@ -11,7 +11,7 @@ import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns"
|
||||
"github.com/apernet/hysteria/pkg/pktconns"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/pmtud"
|
||||
"github.com/apernet/hysteria/pkg/redirect"
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns"
|
||||
"github.com/apernet/hysteria/pkg/pktconns"
|
||||
|
||||
"github.com/apernet/hysteria/cmd/auth"
|
||||
"github.com/apernet/hysteria/pkg/acl"
|
||||
|
@ -12,7 +12,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns"
|
||||
"github.com/apernet/hysteria/pkg/pktconns"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/congestion"
|
||||
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns/obfs"
|
||||
"github.com/apernet/hysteria/pkg/pktconns/obfs"
|
||||
)
|
||||
|
||||
const udpBufferSize = 4096
|
@ -5,10 +5,10 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns/faketcp"
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns/obfs"
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns/udp"
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns/wechat"
|
||||
"github.com/apernet/hysteria/pkg/pktconns/faketcp"
|
||||
"github.com/apernet/hysteria/pkg/pktconns/obfs"
|
||||
"github.com/apernet/hysteria/pkg/pktconns/udp"
|
||||
"github.com/apernet/hysteria/pkg/pktconns/wechat"
|
||||
)
|
||||
|
||||
type (
|
@ -8,7 +8,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns/obfs"
|
||||
"github.com/apernet/hysteria/pkg/pktconns/obfs"
|
||||
)
|
||||
|
||||
const (
|
@ -7,7 +7,7 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns/obfs"
|
||||
"github.com/apernet/hysteria/pkg/pktconns/obfs"
|
||||
)
|
||||
|
||||
const udpBufferSize = 4096
|
@ -9,7 +9,7 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/apernet/hysteria/pkg/transport/pktconns/obfs"
|
||||
"github.com/apernet/hysteria/pkg/pktconns/obfs"
|
||||
)
|
||||
|
||||
const udpBufferSize = 4096
|
Loading…
x
Reference in New Issue
Block a user