Kaynağa Gözat

Fix DF for hysteria

世界 3 yıl önce
ebeveyn
işleme
fc533cd38d
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      outbound/hysteria.go

+ 1 - 0
outbound/hysteria.go

@@ -45,6 +45,7 @@ type Hysteria struct {
 }
 
 func NewHysteria(ctx context.Context, router adapter.Router, logger log.ContextLogger, tag string, options option.HysteriaOutboundOptions) (*Hysteria, error) {
+	options.UDPFragmentDefault = true
 	if options.TLS == nil || !options.TLS.Enabled {
 		return nil, C.ErrTLSRequired
 	}