Explore >> Select a destination


You are here

zwischenzugs.com
| | www.davidxia.com
9.5 parsecs away

Travel
| | What I Recently Learned About Docker Networking and Debugging Networking Issues in General May 2, 2021 | By David Xia This is a story about how debugged a ...
| | stephank.nl
9.3 parsecs away

Travel
| |
| | martinheinz.dev
10.9 parsecs away

Travel
| | Networking is often overlooked topic by both developers and DevOps engineers. Yet it's at least to a certain extent integral part of every system and a...
| | stefano-garzarella.github.io
57.2 parsecs away

Travel
| SOCAT is a CLI utility which enables the concatenation of two sockets together. It establishes two bidirectional byte streams and transfers data between them. socat supports several address types (e.g. TCP, UDP, UNIX domain sockets, etc.) to construct the streams. The latest version 1.7.4, released earlier this year [2021-01-04], supports also AF_VSOCK addresses: VSOCK-LISTEN: Listen on port and accepts a VSOCK connection. VSOCK-CONNECT:: Establishes a VSOCK stream connection to the specified cid and port. FOSDEM 2021 If you are interested on VSOCK, I'll talk witn Andra Paraschiv (AWS) about it at FOSDEM 2021. The talk is titled Leveraging virtio-vsock in the cloud and containers and it's scheduled for Saturday, February 6th 2021 at 11:30 AM (CET). We will show cool VSOCK use cases and some demos about developing, debugging, and measuring the VSOCK performance, including socat demos.