Message180407
> For SOCK_STREAM, yes, not for SOCK_DGRAM (or for a pipe when trying to
> write more than PIPE_BUF, although I guess any sensible implementation
> doesn't report the pipe write ready if there's less than PIPE_BUF
> space left).
That should be of course "when trying to write LESS than PIPE_BUF",
since it's required to be atomic. |
|
Date |
User |
Action |
Args |
2013-01-22 16:06:31 | neologix | set | recipients:
+ neologix, gvanrossum, jcea, pitrou, giampaolo.rodola, trent, sbt |
2013-01-22 16:06:31 | neologix | link | issue16507 messages |
2013-01-22 16:06:31 | neologix | create | |
|