On Fri, Mar 23, 2018 at 3:43 PM, yuxuanli via golang-nuts
<golang-nuts@googlegroups.com> wrote:
>
> I am using the x/sys/unix package to get the socket options of a fd. While
> there are SetsockoptLinger() and SetsockoptTimeval() for setting the Linger
> and Timeout options, there is no corresponding getter for them. I wonder if
> there's another preferable way to get the socket option info I want, or a
> getter addition is needed. Thanks!

Seems like we should add getters.  Could you open an issue at
https://golang.org/issue?  Thanks.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to