[java-dev] multicast receive byte limit?
isaac
wallyri at hotmail.com
Thu Jan 24 14:19:21 MST 2008
- Previous message: [java-dev] Re: Performance differences between Windows & Mac OS Jit/Java
- Next message: [java-dev] multicast receive byte limit?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, A while ago, I changed the existing net.multi.recv code to suit the purposes of a networked medical system that uses max/msp at my university. It worked great, but now the system has grown and it is receiving much larger packets of information (around 8kb). Because of other system elements, it isn't feasible to divide the packets up or anything like that. It seems that the MultiReceiver class which is used in net.multi.recv has an upper limit on packet size, probably around 1 kilobyte, because the packets are getting truncated. Does anyone know of an easy way around this? I went through the api and google, found nothing. If anyone could point me to a manual page or who has experience in a problem like this could help me out, it would be really helpful. I'm also including my code--if anyone sees that I'm doing something stupid that could cause this problem, please let me know. It's pretty similar to the original net.multi.recv code, though. I think the only changes I made are in the receiver method. Isaac -------------- next part -------------- A non-text attachment was scrubbed... Name: recv.java Type: application/octet-stream Size: 1317 bytes Desc: not available Url : http://www.cycling74.com/pipermail/java-dev/attachments/20080124/2eec6ba6/recv.obj
- Previous message: [java-dev] Re: Performance differences between Windows & Mac OS Jit/Java
- Next message: [java-dev] multicast receive byte limit?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
