mikioh...@gmail.com
unread,Apr 24, 2013, 10:44:51 PM4/24/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com, brad...@golang.org, minu...@gmail.com, alex.b...@gmail.com, golan...@googlegroups.com, re...@codereview-hr.appspotmail.com
On 2013/04/25 02:30:23, bradfitz wrote:
> So I'd say this is fine, but why this set?
> Why not all of them?
picked up what windows supports.
> But really, these have nothing to do with system calls, right?
they are parameters for socket syscalls (Socket, Setsockopt and
Getsockopt) and ancillary data (once Windows supports Read/WriteMsg).
> Why not just define them in
http://go.net somewhere? They seem
totally portable.
IPPROTO_TCP from syscall and IPPROTO_XXX from somewhere else
looks not good to me. No?
https://codereview.appspot.com/8685045/