-
I run tun2proxy with docker container like this:
```
docker run -it --rm -p 6901:6901 -v /dev/net/tun:/dev/net/tun --sysctl net.ipv6.conf.default.disable_ipv6=0 --cap-add NET_ADMIN --name tun2proxy …
-
### Describe the issue
When connecting to a external GNSS receiver via UDP an error occurs.
This error seems to be independent from the external device and unfortunately makes GNSS receivers with N…
-
- I am using open62541 C based SDK for pubsub implementation.
- I am trying to utilize PubSub with UDP+Binary, MQTT+JSON and MQTT+UADP(binary) protocols
- How can we fetch Metadata dynamically from…
-
English Only.
will you add a traffic compression feature?
to save bandwidth, because wireguard does not know how to compress traffic.
-
Failed to start: main: failed to load config files: [tcp-udp-ssr-retcp.json] > infra/conf: failed to parse to outbound detour config. > json: cannot unmarshal bool into Go struct field FreedomConfig.d…
-
Hello!
In the example below, when doing serial call forking b2b_bridge_retry() brakes SIP header in B2-leg (sip:102@pbx):
- To header (from original A-leg)
- From display (completely missing)
- …
-
### 问题详情
电信1G家宽,openwrt+passwall,多个服务器上都装了hihy,使用中发现一段时间之后整个路由器的所有hihy结点会完全连不上。比如server A的hihy如果连不上了,server B C D的都连不上,但是ABCD的trojan是可以连的,同时用手机客户端又可以链接ABCD的hihy,怀疑是不是电信ISP在做什么手脚?但是连不上的时候,服务器端还是会收到家…
-
I have simple big-ip config below. It contains 4 psofiles: 2 udp, 1 http and 1 ssl.
1. there is no way to add 2 udp profiles in AS3:
--> "/Common/Shared/vs_http_2/profileUDP: should NOT have more…
-
Micropython's asyncio has incorporated CPython's convention of `asyncio.open_connection()` and `asyncio.start_server()` for its async TCP operations.
However, APIs for async UDP operation are still l…
-
As I know currently communication between ROS and Unity is done by TCP which is exactly same as ROS communication itself. Partially, ROS supports UDP as well but not widely used or supported. I would …