Explorar o código

Merge pull request #203 from rod-hynes/master

Fix: lower disruptor size limit
Rod Hynes %!s(int64=9) %!d(string=hai) anos
pai
achega
76b79578fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      psiphon/controller_test.go

+ 1 - 1
psiphon/controller_test.go

@@ -791,7 +791,7 @@ func useTunnel(t *testing.T, httpProxyPort int) {
 
 const disruptorProxyAddress = "127.0.0.1:2160"
 const disruptorProxyURL = "socks4a://" + disruptorProxyAddress
-const disruptorMaxConnectionBytes = 625000
+const disruptorMaxConnectionBytes = 500000
 const disruptorMaxConnectionTime = 10 * time.Second
 
 func initDisruptor() {