[parrot/parrot] 7f5d72: [spec] GH #909 Update the socket doc for read and ...
GitHub
noreply at github.com
Mon Jan 7 22:48:01 UTC 2013
Branch: refs/heads/rurban/socket-gh909
Home: https://github.com/parrot/parrot
Commit: 7f5d727a84200bc4319c770ebdd8a4261742806f
https://github.com/parrot/parrot/commit/7f5d727a84200bc4319c770ebdd8a4261742806f
Author: Reini Urban <rurban at cpanel.net>
Date: 2013-01-07 (Mon, 07 Jan 2013)
Changed paths:
M src/pmc/socket.pmc
Log Message:
-----------
[spec] GH #909 Update the socket doc for read and recv for our new POSIX behaviour
Before parrot-4.10 the high-level read() returned the wanted amount of bytes.
Now it behaves the same as recv(), which means that up to bytes are returned
We might want to add a setsockopt(level, option, value) method.
More information about the parrot-commits
mailing list