Invalid argument() exception when calling Socket.setSendBufferSize()

Description

With ZMQ version 3.0 the option value type of ZMQ_SNDBUF and ZMQ_RCVBUF changed from uint64_t to int. That type change did not go into jzmq lib that's why the mentioned exception is thrown when calling setSendBufferSize() which calls setLongSockopt() in the lib code.

Environment

Java

Activity

Show:

Soeren Ammedick September 28, 2012 at 12:05 PM

resolved with commit 2da3af9862378d1427d3c9e5b95e2860ce1a7f38 and pulled to main with requested 129

Fixed

Details

Assignee

Reporter

Labels

Components

Fix versions

Affects versions

Priority

Created September 26, 2012 at 3:36 PM
Updated August 29, 2013 at 4:34 PM
Resolved September 28, 2012 at 12:05 PM