Is there any limitation on MAX_BUFFER_SIZE that make it necesary to staty at 4098? udp should be capable of transmiting bigger messages without problem so it could be nice to have a bigger buffer since bigger messages gets truncated by this size and its end chopped. Looking at the OSC specificacion i could not find any size limit imposed, so it coul be nice to increase this limit. We needed to recompile the library to increase this to 8196 in our application. Thanks
Is there any limitation on MAX_BUFFER_SIZE that make it necesary to staty at 4098? udp should be capable of transmiting bigger messages without problem so it could be nice to have a bigger buffer since bigger messages gets truncated by this size and its end chopped. Looking at the OSC specificacion i could not find any size limit imposed, so it coul be nice to increase this limit. We needed to recompile the library to increase this to 8196 in our application. Thanks