Secretary of the Interior, Not Sure

Results 8 issues of Secretary of the Interior, Not Sure

Hello, I got an idea for a useful feature: Add a new parameter: Multiplex = true/false with default being true for NumConn > 0 If Multiplex = false and NumConn...

Hello, If QUIC has a similar ClientHello type of message. The same method used by Cloak can be applied to get support for a true UDP mode (while keeping the...

Hello, I got an idea for a nice feature. Since having a long connection (even in the case of a singleplex) might itself be a signature, let an optional flag...

### Describe your feature / Опишите ваше предложение Hello, In my country, we have a DPI that doesn't outright block stuff but instead makes the internet "unreliable". The DPI inspects...

enhancement

- It tunes down the local sslocal listener socket buffers which is the right thing to do in 99.999% of cases of mobile app. - It additionally also tunes down...

https://github.com/ProtonVPN/wireguard-go/commit/bcf344b39b213c1f32147851af0d2a8da9266883 Use by setting ServerName=random

This adds multiple parameters to config (documented in README.md) which allow precise and control control over socket buffers. For incoming, buffer must be set on listener socket, and for outgoing...

In my previous PR on this, I implemented the incoming buffer control wrong. It should be set on the listening socket, not on the accepted socket.