-
i try your code but when I execute in adb your code in Huawei G630, I get:
CANNOT LINK EXECUTABLE: cannot locate symbol "sendmmsg" referenced by "./iovyroot"...
How can I solve this?
d3fr4 updated
5 years ago
-
While testing with a real device, we found that the UDPST server is not backward compatible with the UDPST client version, and vice versa. To elaborate, the device running UDPST client version 7.4.0 w…
-
```
go run cmd/test/syscall_dig/main.go
failed with signal: bad system call (core dumped)
failed with signal: bad system call (core dumped)
failed with signal: bad system call (core dumped)
faile…
-
使用内网链路地址(FE80)解析时报错:
failed to write batch msg error="write udp [::]:53: sendmmsg: invalid argument" module=server_udp
使用TCP协议时能正常解析。
-
# Context
* Version of iperf3: [d2a2252](https://github.com/esnet/iperf/commit/d2a2252911ca24af0f04261010d23b8a967e4200)
* Hardware: Dell XPS 15
* Operating system (and distribution, if any):…
-
There is a new intermittent failure in bio_dgram_test seen here:
https://github.com/openssl/openssl/actions/runs/7359194526/job/20033603590?pr=23163
```
# INFO: @ test/bio_dgram_test.c…
-
我在ubuntu 22.04上运行,使用的是C,代码如下
```
#include
#include
#include
#include
int main(){
HP_UdpNodeListener listener = Create_HP_UdpNodeListener();
HP_UdpNode pNode = Create_HP_UdpNode…
-
There's a [ReadBatch](https://godoc.org/golang.org/x/net/ipv4#PacketConn.ReadBatch) and a [WriteBatch](https://godoc.org/golang.org/x/net/ipv4#PacketConn.WriteBatch) on the `ipv4.PacketConn`. The equi…
-
`UDPSocket` currently doesn't support receiving messages in bulk, while some operating systems (Linux for example) may support it.
I am proposing to add a way to receive multiple messages at once i…
-
Run tcserver -B 0.0.0.0:1935 -b 0.0.0.0:1936 and make a stress test for server.
The tcserver run with RTMFP which disables openssl by call EVP_enc_null() in
if( (not EVP_CipherInit_ex(m_ctx, EVP_…