libzmq icon indicating copy to clipboard operation
libzmq copied to clipboard

Send payload more than 2GB

Open leo-987 opened this issue 2 years ago • 0 comments

Please use this template for reporting suspected bugs or requests for help.

Issue description

Send a large payload more than 2GB, zmq::tcp_write will abort, because the type of return value is int.

Environment

  • libzmq version (commit hash if unreleased): 4.3.4

What's the actual result? (include assertion message & call stack if applicable)

send return BAD ADDRESS

What's the expected result?

send return 0

leo-987 avatar Sep 01 '22 04:09 leo-987