X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-nonblocking-socket.h;h=261c56ac2fb052492bdcf42d46f4d0785660278d;hb=06b335ade65c8fe60fee8b9e18b670bb54ed924a;hp=e0fdf9eac64a4cae56e52538e7077146f7af1d30;hpb=74ccd5f4fb8bad9f914da3ba44b3d5cbfbc93f8e;p=gnulib.git diff --git a/tests/test-nonblocking-socket.h b/tests/test-nonblocking-socket.h index e0fdf9eac..261c56ac2 100644 --- a/tests/test-nonblocking-socket.h +++ b/tests/test-nonblocking-socket.h @@ -23,7 +23,7 @@ Linux >= 7350000 (depends on circumstances) FreeBSD >= 107521 OpenBSD >= 28673 - MacOS X >= 680000 (depends on circumstances) + Mac OS X >= 680000 (depends on circumstances) AIX 5.1 >= 125713 AIX 7.1 >= 200000 (depends on circumstances) HP-UX >= 114689 @@ -44,7 +44,7 @@ # define SOCKET_DATA_BLOCK_SIZE 1000000 #endif -/* On Linux, MacOS X, Cygwin 1.5.x, native Windows, +/* On Linux, Mac OS X, Cygwin 1.5.x, native Windows, sockets have very large buffers in the kernel, so that write() calls succeed before the reader has started reading, even if fd is blocking and the amount of data is larger than 1 MB. */