SeattleTestbed / repy_v1

Seattle Testbed's original Repy version 1 sandbox
MIT License
1 stars 4 forks source link

UDP datagrams of > 4K cannot be recieved... #105

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

The maximum UDP datagram size that can be received is 4K. Surprisingly, larger datagrams can be sent by our sendmess / sendmessage routines. We should read anything we can.

Thanks for Albert Rafetseder's group for pointing out this bug.

choksi81 commented 10 years ago

Author: justinc I've updated the library reference to mention this limitation exists for the current production version of Seattle (0.1r).

I've also checked in a fix in r3833 that removes this restriction. I'm working on the Repy V2 test but will commit the tests soon.

choksi81 commented 10 years ago

Author: justinc Tests committed in r3834.