-
```
if select(
(int(tcp_socket.socket)) + 1 &fd_read &fd_write &fd_errors &tv) == -1 {
status.error_state = RmtError.rmt_error_socket_select_fail
return status
}
```
Here's the origin…
-
Document the scaling setttings
-
Regressed by boostorg/asio@a72fbb0b867f:
```c++
In file included from demo/demo_levin_server/demo_levin_server.cpp:30:
In file included from demo/demo_levin_server/demo_levin_server.h:33:
In file …
-
My Environment
Magma v1.8
Two servers as testbed with Ubuntu 20.04 and Ubuntu 22.04 both systems are Ubuntu server
Problem with NMS
Deployed with Docker
I recently installed the Magma ORC8R and…
-
D3log has compile errors on Windows, which makes it really annoying to try and work on the whole of ddlog since it errors out constantly
Errors
```rust
error[E0433]: failed to resolve: could …
-
TURNS doesn't work.
With
```turn_uris: [ "turns:domain.tld:5349?transport=udp", "turns:domain.tld:5349?transport=tcp" ]```
or
```turn_uris: [ "turns:domain.tld:3478?transport=udp", "turns:domain…
-
```cpp
net::awaitable do_listen(tcp_acceptor& a)
{
while (true)
{
tcp_socket socket(m_executor);
co_await a.async_accept(socket);
//...
}
}
void start()
{
// Here, multiple cor…
-
Similar to the --netperf-control-port parameter, it would be nice if we could specify --netperf-data-port during runtime also. This would change the data-port that the netperf tests are being passed t…
-
**Is your feature request related to a problem? Please describe.**
Currently, there is no option to use heap_1 and the TCP stack since any closing socket is result in vEventGroupDelete and vPortFre…
-
Hi,
I'm looking in the specification for RSMP core 3.2 and I have a question about section "4.3.2 security".
It states that if security is used (assuming it will be), "certificates should be used …