You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets the value for the `SO_COOKIE` option on this socket.
2422
+
///
2423
+
/// The socket cookie is a unique, kernel-managed identifier tied to each socket.
2424
+
/// Therefore, there is no corresponding `set` helper.
2425
+
///
2426
+
/// For more information about this option, see [Linux patch](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5daab9db7b65df87da26fd8cfa695fb9546a1ddb)
0 commit comments