Rod Hynes 7 лет назад
Родитель
Сommit
9b86cc067f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      psiphon/common/quic/quic.go

+ 1 - 1
psiphon/common/quic/quic.go

@@ -510,7 +510,7 @@ func (conn *workaroundPacketConn) WriteTo(p []byte, addr net.Addr) (int, error)
 		conn.currentMS = currentMS
 		conn.callsPerMS = 0
 	} else {
-		if conn.callsPerMS >= 100 {
+		if conn.callsPerMS >= 1000 {
 			conn.mutex.Unlock()
 			return 0, common.ContextError(errors.New("rate limit exceeded"))
 		}