net.udp.recv message size

robin.meier's icon

dear maxists,

i'm sending a 100+ list of floats as a string from python to max via udp. in max i'm using net.udp.recv to get the messages. unfortunately though they all get truncated at around 70 elements.

my buffersize is 4096 when sending from python, which is sufficient. i guess net.udp.recv adapts dynamically to taht.

any idea how i can get the entire messages in max? some net.udp.recv-internal buffer thing or so?

thanks for your help,
robin