ryankurte/rust-daemon

Add connection info to request structure

Opened this issue · 0 comments

For a Unix socket, this should contain the calling user and process ids, for a TCP socket the remote address and port to start. Maybe this could also support user extension to store data alongside connections for connection identification?

This will require extending the Server type with support for generic connection info, then defining it for each server type.