mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 02:40:45 +00:00
21 lines
418 B
Plaintext
21 lines
418 B
Plaintext
# Refactor
|
|
|
|
* [ ] CONTRIBUTING.md
|
|
* [ ] Move tests from src/*.rs to tests dir.
|
|
* [ ] Tracking issue for tests. Check all functions/coverage (with `rustcov`).
|
|
* [ ] Look at `SockAddr`.
|
|
* [ ] Add docs about its size.
|
|
|
|
## Maybe add socket options
|
|
|
|
# SOL_SOCKET
|
|
SO_ACCEPTCONN
|
|
SO_DOMAIN
|
|
SO_TYPE
|
|
SO_INCOMING_CPU // Linux only?
|
|
SO_INCOMING_NAPI_ID // Linux only?
|
|
|
|
# No-op/error returned on Windows:
|
|
SO_RCVLOWAT
|
|
SO_SNDLOWAT
|