Hi

My problem is following: I need to use windows WSAAccept() instead of 
normal accept (net package seems to use AcceptEx).

I'm I missing somethig 

I do not know a way to extend net-package so only way I know is to use 
reflect to get the listener Sysfd (I know .. really bad, other options ?) 
and pass it to WSAAccept().

Now I get the new handle/fd back and to be able to use rest of the code I 
would need to convert it to net.conn, how can I do this ?

In general, how can we extend net package when all important structures are 
private ? fd_windows.go:netFD struct includes poll.FD what is even deeper 
at package chain.

Br,
Ari

-- 
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