From 17e82a361121dc81c90e17f1382dff678537b651 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 24 Mar 2011 14:48:50 +0100 Subject: ZMQ_SNDBUF and ZMQ_RCVBUF type changed to int This mimics POSIX specification. Signed-off-by: Martin Sustrik --- doc/zmq_getsockopt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/zmq_getsockopt.txt') diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt index f2ad575..749d14e 100644 --- a/doc/zmq_getsockopt.txt +++ b/doc/zmq_getsockopt.txt @@ -159,7 +159,7 @@ in effect. For details refer to your operating system documentation for the 'SO_SNDBUF' socket option. [horizontal] -Option value type:: uint64_t +Option value type:: int Option value unit:: bytes Default value:: 0 Applicable socket types:: all @@ -173,7 +173,7 @@ in effect. For details refer to your operating system documentation for the 'SO_RCVBUF' socket option. [horizontal] -Option value type:: uint64_t +Option value type:: int Option value unit:: bytes Default value:: 0 Applicable socket types:: all -- cgit v1.2.3