aa51513

Results 30 issues of aa51513

UnpackError(UnpackError { reason: "文件格式不正确,cfc header magic位 校验失败" })

I like your work very much and look forward to the features of kcp being supported soon. Besides, The technology of multiple outsourcing is very effective in improving the experience...

feature request

### Description After starting tun2socks, I used the "--tun-post-up" option to adjust the routing table, but now I have a problem, I can't find the hook to restore the routing...

enhancement

server config: 服务端配置: ``` services: - name: service-0 addr: :8421 handler: type: tun listener: type: tun metadata: net: 10.90.57.30/24 - name: service-1 addr: :0 handler: type: auto metadata: bind: true...

### Describe the feature you'd like to add to nginx Each stream of a quic corresponds to a tcp connection, ### Describe the problem this feature solves Bring stream_quic_module back...

feature
need more info

quicpassthrough is similar to tlspassthrough, listening for quic connections on the same port and sending to different backends based on the quic sni(or server_name) Do you think this is a...

★support multiple tcp tunnels and multiple udp tunnels in rstunc via multiple quic channels **command example:** ``` rstunc --mode OUT \ --server-addr 1.2.3.4:6060 \ --password 123456 \ --cert path/to/cert.der \...

I intentionally try to make rstun support multiple tcp tunnels and multiple udp tunnels, or even running mixed IN and OUT modes at the same time. The initial thoughts are:...

**System (please complete the following information):** - OS: Android 14 - Kernel version unknown - strongSwan version(s): Android client - Tested/confirmed with the latest version: yes **Describe the bug** When...

bug

**Description** In rumqttc, when calling AsyncClient::publish(), there is no way to retrieve the MQTT packet identifier (packet_id) assigned to the message. This makes it difficult to implement reliable message tracking...