I don't know what limit you're running into. Can you be (much) more specific about what you're trying to do, what you think should be happening, what is happening instead, any relevant errors or log messages, etc.?
-- Murphy On Oct 19, 2014, at 4:35 PM, Tim Huang <pds...@gmail.com> wrote: > Hi, > > I am modifying the pox code to perform some kind of load balancing on the > controller. However, I found that the maximum ping packet size that pox can > handle is around 1500 bytes which is too small for my test case, then I tried > other controllers like Ryu, Opendaylight, and they don’t have this kind of > limitation. Is it because of fragmentation or something else? any clue for > this?