How can I make a broadcast message to send immediately?

Im trying to send several broadcast messages using the mongoose networking library.
I use a broadcast udp connection to send it.
When I use mg_send , all the broadcast messages are concatenated.

Is there a way to make them be sent separately?