-
Hi, i've done everything like in README.md and succesfully created ovpn server but I have some problems with connecting to it.
While connecting from host or other container i receive `certificate ver…
Greg0 updated
2 weeks ago
-
# Step 2: Core Networking
## Develop a non-blocking TCP server.
### You can use socket programming to open a port and listen for incoming connections.
### Use system calls like select, poll, or epoll …
-
Hi experts,
I am connecting to a server with a f-stack client, based on the helloworld_epoll example. But communication is not established.
I looked at packets flowing out from f-stack client and…
-
**Describe the bug**
On Ubuntu 24.04.1 LTS Noble, log-servfail is not working for SERVFAIL queries, while log-replies continues to function normally.
**To reproduce**
- Turn on log-servfail.
…
-
### Description
When a TLS connection is closed and handle_lost_tcp=1 the entry is deleted for usrloc. This deletion is not synced via DMQ even though usrloc_delete=1.
There is also an issue on …
-
Hello, I am trying to play hls videos on my storage server with the kaltura remote module, but I could not succeed. When I run the Kaltura vod module locally on the storage server, the url
= http://d…
-
When I try to use this module, it core dump.(nginx version 1.13.11)
hope to receive a reply.
Configure as follows:
http {
resolver 127.0.0.1:53;
upstream tcp_test {
server appa.s…
-
rtsp_example 用 vlc 播放就死掉了,用 ffplay 播放没有事
run rtsp_example
[New Thread 0x7ffff7a2b640 (LWP 14024)]
[New Thread 0x7ffff722a640 (LWP 14025)]
[New Thread 0x7ffff6a29640 (LWP 14026)]
[New Thread 0x7…
-
I have no problem for setting up dpdk and compiling f-stack, neither.
However, when I try to run example epoll source code, ff_epoll_ctl() function returns EINVAL error.
My server OS: Ubuntu 18.04…
-
I have observed a network TCP server blocked on a Write although the client (Go program
located on a remote machine) has closed the connection.
So far I have been unable to produce a minimal reproduc…