-
Hey,
I'm in need of proxying udp ports (serf uses it for gossip protocol). Do you maybe support them?
-
The client/server protocol mainly consists of lossy position updates and lossless event impulses. Currently these are sent over a fixed rate UDP-based protocol.
QUIC would simplify sending the even…
-
## Feature Request
Operating system: Linux/Windows/macOS
App version: 2023.1
### Issue description
I would like to see an ability to tunnel udp-over-tcp Wireguard traffic through a custo…
-
After reading the server.py file, I saw that the socket is created with the argument `socket.SOCK_STREAM`, this is the TCP type for sockets.
I think that, in this project case, we don't really need t…
-
`Compiled using IVy 1.7`
I'm attempting to re-implement the PING-PONG tutorial, with the networking module, so that the actions `ping` and `pong` may be translated into messages sent over the netwo…
-
#### Symptoms
IMS call between 2 SIP UA is not working for UDP transport layer protocol.
Please suggest the config changes that can be done in configuration file so that CW IMS allow UDP also.
-
With the introduction of recent restrictions on replacing built-in analyzers in Zeek v7 (https://github.com/zeek/zeek/pull/3785), it becomes tricky to have the same display names for an analyzer wheth…
-
## Overview
I propose to design a rule engine that takes inspiration from the standard PAC/Shadowsocks/Clash routing rule design. In essence, a rule consists of two parts:
## Rule Pattern Matchi…
-
运行的 v4.41.0 的 v2ray-linux-armv5.tar.gz 里面的文件
看日志是执行成功了的,如图所示:
![image](https://user-images.githubusercontent.com/46422252/129818416-07caf1a9-48d9-485a-a5c1-2847071d798d.png)
配置文件如下:
```
{
"log…
-
```
looking at code of SipDroid v 3.4 beta for tls support, it looks like tls is
kept false at Initialization of the SipProvider.Later at sending message method
, tcp return conn id, udp return null…