Async-std: Peer credentials on Unix socket

Created on 14 Dec 2019  路  2Comments  路  Source: async-rs/async-std

This is also something that's needed for D-Bus use case but unlike #623, this is needed for modern systems/software as well, not just backwards incompatibility with legacy systems so much higher priority IMO than that. This is already supported in tokio but not yet in std.

api design enhancement

Most helpful comment

@zeenix probably! -- I see Alex is the one that signed off on the API in that thread, which adds some level of trust it's been thought through correctly. A PR to add this (as unstable) would be welcome!

All 2 comments

@yoshuawuyts For this one, we could just use the same API as tokio, no?

@zeenix probably! -- I see Alex is the one that signed off on the API in that thread, which adds some level of trust it's been thought through correctly. A PR to add this (as unstable) would be welcome!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Nokel81 picture Nokel81  路  3Comments

matthewrobertbell picture matthewrobertbell  路  7Comments

Lonami picture Lonami  路  5Comments

Darksonn picture Darksonn  路  7Comments

zys864 picture zys864  路  4Comments