Skip to content
Snippets Groups Projects
Commit 43f9f532 authored by bors's avatar bors
Browse files

Auto merge of #1964 - jasonbking:tcp, r=JohnTitor

Add more TCP options for solaris systems.

This adds the `TCP_KEEPCNT` and `TCP_KEEPINTVL` tcp values to the libc crate. It also corrects the value of `TCP_KEEPIDLE` for Solaris systems. As seen in the diff, the value is different between illumos and Solaris (as the feature was added after the two code bases forked, and each ended up choosing a different value).

Adding these to libc will allow the nix crate to utilize them when used on solarish systems.
parents 727d0ed7 9cd5c4be
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment