]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 29 Aug 2022 04:34:42 +0000 (06:34 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Aug 2022 04:34:42 +0000 (06:34 +0200)
commita96b44c9e2f952282cff1b833f39d10b8cda5f66
tree2cd4a6c1dfb604e092be897eff794a4ebe6427a1
parent52016a10053bcdd6c52b60cdcab8c316d26f4172
parentf6efb0b74f286dc806b2fb46b3bd880606533c64
Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay

socket `set_mark` addition.

to be able to set a marker/id on the socket for network filtering
 (iptables/ipfw here) purpose.
library/std/src/os/unix/net/stream.rs
library/std/src/sys/unix/net.rs