MCPcopy Create free account
hub / github.com/bread-graphics/breadx / SendmsgConnection

Class SendmsgConnection

breadx/src/connection/sendmsg.rs:32–34  ·  view source on GitHub ↗

A variant of the [`UnixStream`] connection that uses `sendmsg` to send data and `recvmsg` to receive it. The main difference between this type and [`StdConnection `] is that this type supports file descriptor passing. This is useful for extensions that require file descriptor passing. [`UnixStream`]: std::os::unix::net::UnixStream [`StdConnection `]: crate::connection::StdC

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected