opennetworkinglab / flowvisor

FlowVisor - A network hypervisor
Other
164 stars 67 forks source link

The statsReply segment was getting cut because the range of signed short... #259

Closed mssumanth closed 11 years ago

mssumanth commented 11 years ago

...s is till 32767, and we had assigned each segment of the statsReply to 61600 Bytes. Changed the setting and getting of length of the StatsReply from signed short to unsigned short and the range of each segment of StatsReply to 30800.

alshabib commented 11 years ago

could you update the version string in FlowVisor.java

alshabib commented 11 years ago

for some reason you pull request causes conflicts. Could you make sure your branch is synced with the latest code from the RC branch?