Skip to content

Commit 5c542f4

Browse files
authored
Make sockopt_impl! public (#2556)
* Make sockopt_impl! public This allows users to define their own sockopts, instead of needing to make a PR to Nix for every single one. Fixes #577 * Respond to @SteveLauC's comments * No need to make GetCString pub
1 parent f9ed9f0 commit 5c542f4

File tree

4 files changed

+181
-83
lines changed

4 files changed

+181
-83
lines changed

changelog/2556.added.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Added `sockopt_impl!` to the public API. It's now possible for users to define
2+
their own sockopts without needing to make a PR to Nix.

0 commit comments

Comments
 (0)