Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Coder Agent and Client should log lifetime of TCP sockets over tailnet #7963

Closed
@spikecurtis

Description

@spikecurtis

In tailnet connections, we currently get debug logs from the wireguard layer, but do not get logs from the protocols running over wireguard.

All built-in applications and a good many end-user applications run over TCP. It would be very useful to log the lifecycle of TCP sockets opened over the tailnet: when they start, when they end, and why they terminated (e.g. FIN, RST, timeout). TCP is implemented in userspace using gVisor, so in principle we have access to all networking state. We'll need to investigate what can be accomplished without, like, hard-forking gVisor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions