HBPVIS / ZeroEQ

Cross-platform C++ library for fast binary and REST messaging
https://hbpvis.github.io/
Other
41 stars 25 forks source link

Fix #157 #169

Closed tribal-tec closed 8 years ago

eile commented 8 years ago

Uhm, that looks potentially dangerous if msgSize > ZMQ_SEND_BUFFER_SIZE

tribal-tec commented 8 years ago

Updated

eile commented 8 years ago

Test for overflowing send buffer?

+1 otherwise.

tribal-tec commented 8 years ago

Tried the overflow test, no luck yet...

tribal-tec commented 8 years ago

POLLOUT won't work on OSX. Remove?