-
2019-07-31 14:10:52,311 - [ERROR] k.m.j.KafkaJMX$ - Failed to connect to service:jmx:rmi:///jndi/rmi://10.1.10.121:9999/jmxrmi
java.rmi.UnknownHostException: Unknown host: vl010001137165; nested exce…
-
## Current situation
Ad discussed in https://github.com/kinvolk/inspektor-gadget/pull/288#discussion_r709274390, more examples should be added in the socket-collector guide, for instance TCP socket…
-
I'm wondering what the minimum distance between network TTL events is such that they get associated different timestamps. I.e., **what's the "sampling rate" of the network TTL events**, what factors d…
-
### Background and motivation
When writing a TCP client or server, you have a choice of two APIs today: Socket or TcpClient/TcpListener.
You can use the Socket class directly. However, Socket is…
-
At the moment I don't think the `OpenSSL::SSL::SSLSocket` is configured to verify the SSL connection.
-
-
After freedomofpress/securedrop-engineering#82 and freedomofpress/securedrop-client#1777, this is a stub proposal to suggest that we could formalize an RPC convention of JSON, CBOR, etc., over qrexec,…
-
Hi Jiewen,
I am creating requester and responder model using SPDM_EMU.
Raspberry pi is used to simulate requester model and Riscv32 processor to used to simulate responder model.
Requester and…
-
Hello! I am using Python 3.11.6, redis-py version 4.6.0 and hiredis 2.0.0. My application I run in Docker Python:3.11.6-slim-bookworm. I set up the timeout settings as follows: socket_connect_timeout=…
-
**run test_tcp.py which in rl-tcp,some problems occurred.**
**the code will stuck at this line:**
env = ns3env.Ns3Env(port=port, stepTime=stepTime, startSim=startSim, simSeed=seed, simArgs=simArgs, …