-
I may have miss something but it looks like picoTCP can't handle two sockets on two different physical interfaces using the same port.
Seems like we should have TCP and UDP tables per interfaces ([ht…
-
Hi,
`socket::cancel()` appears to call pending completion handlers immediately, instead of delaying their execution until after the call returns. As a result there are dead locks when calling more …
-
Hi wasm based rust currently fails in all kind of ways.
Especially this often happens when compiling:
```
error[E0599]: no method named `as_sock` found for reference `&udp::UdpBuilder` in the c…
-
WASI 0.2.0 introduces two new networking APIs: [wasi-sockets](https://github.com/WebAssembly/wasi-sockets) (for TCP/UDP networking and hostname lookup) and [wasi-http](https://github.com/WebAssembly/w…
dicej updated
3 months ago
-
Traceback (most recent call last):
File "/data/data/com.termux/files/home/Memcrashed-DDoS-Exploit/Memcrashed.py", line 125, in
send(IP(src=target, dst='%s' % i) / UDP(sport=int(str(targetport))…
-
I've tried in the Simulator and on a real device neither can discover my ONVIF devices.
Real device shows:
`"UDP connection failed to send data: No route to host"
18:42:50:676 {UI} DiscoveryVi…
-
Hi,
I build the VoLTE setup with Kamailio on Ubuntu 18.04 VM. I assigned the VM to static IP address is 10.4.128.21.
network:
version: 2
ethernets:
enp0s8:
addresses:
…
-
According to #113, I am not meant to use `"server": ["::", "0.0.0.0"]`, and am meant to use either only `::` or `0.0.0.0` (or leave it out completely). This works fine for TCP forwarding on both IPv4 …
-
I want to route UDP traffic to a Unix Domain Socket, but I can't do that right now because there is no way to open the socket in SOCK_DGRAM mode. I think it would be a very useful feature if it cloud …
-
Trying out your example given in the documentation gives me this error:
```
C:\Users\Coloradohusky\Downloads\IPTV>iptv-filter -i https://gist.githubusercontent.com/sdhzdmzzl/93cf74947770066743fff7c7…