We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b447e commit 4f643fcCopy full SHA for 4f643fc
CHANGELOG.md
@@ -20,6 +20,8 @@
20
* `Socket::set_nosigpipe`: set `SO_NOSIGPIPE` on Apple targets.
21
* `Socket::set_mark` and `Socket::mark`, setting/getting the `SO_MARK` socket
22
option.
23
+* `Socket::set_cpu_affinity` and `Socket::cpu_affinity`, setting/getting the
24
+ `SO_INCOMING_CPU` socket option.
25
* `Socket::set_mss` and `Socket::mss`, setting/getting the `TCP_MAXSEG` socket
26
27
* `Socket::set_freebind` and `Socket::freebind`, setting/getting the
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "socket2"
3
-version = "0.4.0-alpha.3"
+version = "0.4.0-alpha.4"
4
authors = [
5
"Alex Crichton <alex@alexcrichton.com>",
6
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
0 commit comments