mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-23 20:08:02 +00:00
Bump quic-go to v0.22.0 & remove SetDontFragment (as it's implemented in quic-go already)
This commit is contained in:
@@ -70,10 +70,6 @@ func (c *Client) connectToServer() error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if err := utils.SetDontFragment(udpConn); err != nil {
|
||||
_ = udpConn.Close()
|
||||
return err
|
||||
}
|
||||
var qs quic.Session
|
||||
if c.obfuscator != nil {
|
||||
// Wrap PacketConn with obfuscator
|
||||
|
Reference in New Issue
Block a user