Skip to content

Add prefixes and suffixes to Socket methods #592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Thomasdezeeuw
Copy link
Collaborator

Fixes #519

Neither use IPPROTO_TCP, so they don't belong in the block.
As it only works on IPv4 sockets.
@Thomasdezeeuw Thomasdezeeuw force-pushed the issue_519 branch 2 times, most recently from 4339598 to 8f34d34 Compare July 2, 2025 20:36
To match the other methods.
To match the other IPv4 only socket methods.
* keepalive_time
* keepalive_interval
* keepalive_retries
* nodelay
* set_nodelay
Matching the other IPv6 socket methods.
@Thomasdezeeuw
Copy link
Collaborator Author

Fixing the Clippy issues in #594.

@Thomasdezeeuw Thomasdezeeuw requested a review from Darksonn July 2, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add suffix to protocol specific Socket methods
1 participant