0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

ircd::net: Update stale comment.

This commit is contained in:
Jason Volk 2018-03-21 01:33:30 -07:00
parent d01aef9c35
commit 5dc9bc3240

View file

@ -27,10 +27,9 @@ namespace ircd::net
}
/// Connection options structure. This is provided when making a client
/// connection with a socket. Unless otherwise noted it usually has to
/// remain in scope as a const reference for the duration of that process.
/// Some of its members are also thin and will have to remain in scope along
/// with it.
/// connection with a socket. The structure itself is copied when passed
/// to open() but for any members that are string_views or pointers they
/// will have to remain valid for the duration of the open().
struct ircd::net::open_opts
{
// Get the proper target CN from the options structure