-
Boost 1.77.0
gcc 11.2.0
```
#include
#include
int main()
{
boost::asio::io_context IoContext;
boost::asio::ip::tcp::socket Socket(IoContext);
boost::asio::ip::basic_resolver…
-
Envoy fails to parse a URL generated by resolving the xDS server name to an IPv6 address:
```
[2020-03-23 12:32:58.813][1][debug][init] [source/common/init/watcher_impl.cc:27] init manager Serve…
-
Dawn will be implementing a browser-based application, which will communicate with WebSockets instead of TCP sockets. We need to support browser-Dawn in addition to desktop app Dawn.
Here is an exp…
-
### Vector Version
```
vector 0.10.0 (g0f0311a x86_64-unknown-linux-musl 2020-07-22)
```
### Vector Configuration File
```toml
[sources.collectd]
type = "socket"
address = "0.0.0…
-
**Description**
Docker volume plugin v2 doesn't support tcp communication to docker engine (in v2 only unix socket is supported)
Talked about it with Tibor Vass (Docker Engineer) @DockerCon17 and …
-
when i use (tcpsock:sslhandshake)[https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake], got a error. the error log is
```
2017/07/12 13:02:59 [error] 104940#0: *28 lua entry thread abo…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
istioctl install --s…
-
Version: deno 2.0.0 (stable, release, aarch64-apple-darwin)
As part of investigation into https://github.com/denoland/deno/issues/24845, I wrote a test that exposed another (seemingly unrelated) is…
-
1. What versions are you using?
Oracle 19c database
oracledb 2.4.1
import oracledb as cx
dsn_tns='(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = tcps)(HOST = cluster-scan)(POR…
-
When calling:
```
mdns_client = MDNSClient(self.sta.ifconfig()[0])
sd = TXTServiceDiscovery(self.mdns_client)
await sd.query_once(service, protocol, timeout=1)
mdns_client.stop()
```
a couple…