Description[NaCl SDK] nacl_io: Add initial support for getsockopt
Currently there is only support for SO_ERROR which is
used to query the result of non-blocking calls to
connect(). Since out connect() is always blocking
right now this always returns 0.
Also fix a bug in kernel_proxy:socket() where EACCESS
was being returned rather than -1 (with errno set to
EACCESS).
BUG=296972
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226482
Patch Set 1 #Patch Set 2 : #
Total comments: 6
Patch Set 3 : nits #Patch Set 4 : #
Total comments: 4
Patch Set 5 : #
Messages
Total messages: 18 (0 generated)
|