Rod Hynes 10 месяцев назад
Родитель
Сommit
d2ff9f7955
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      psiphon/meekConn.go

+ 5 - 0
psiphon/meekConn.go

@@ -425,6 +425,11 @@ func DialMeek(
 
 		meek.connManager = newMeekUnderlyingConnManager(nil, nil, udpDialer)
 
+		// Limitation: currently, the meekUnderlyingPacketConn wrapping done by
+		// dialPacketConn masks the quic-go.OOBCapablePacketConn capabilities
+		// of the underlying *net.UDPConn. With these capabilities unavailable,
+		// path MTU discovery and UDP socket buffer optimizations will be disabled.
+
 		var err error
 		transport, err = quic.NewQUICTransporter(
 			ctx,