INCF / MUSIC

MUSIC, the MUltiSimulation Coordinator
GNU General Public License v3.0
37 stars 37 forks source link

MessageInputSubconnector::receive large message bug #16

Open mdjurfeldt opened 8 years ago

mdjurfeldt commented 8 years ago

MessageInputSubconnector::receive assumes that sets of messages are aligned with MESSAGE_BUFFER_MAX. Also, a message larger than MESSAGE_BUFFER_MAX can't be handled.