1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-07-16 23:14:14 +00:00
This commit is contained in:
RPRX 2023-02-02 05:50:21 +00:00 committed by GitHub
parent bf35e9dcd6
commit f176ec54ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 56 additions and 63 deletions
transport/internet/quic

View file

@ -7,7 +7,7 @@ import (
"syscall"
"time"
"github.com/lucas-clemente/quic-go"
"github.com/quic-go/quic-go"
"github.com/xtls/xray-core/common"
"github.com/xtls/xray-core/common/buf"
"github.com/xtls/xray-core/common/net"