-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Low
-
Resolution: Done
-
Affects Version/s: VOLTHA v2.4
-
Fix Version/s: None
-
Component/s: ofagent-go
-
Labels:
-
Story Points:2
-
Epic Link:
Currently (after https://gerrit.opencord.org/#/c/19023/) the ofagent supports chunking of OF messages (multipart) with the REPLY_MORE flag in a very crude manner, a static content of 500 for ports and 150 for flows has been hardcoded into the stats.go class.
This tasks aims at removing that hardcoded value, making it configurable and also doing some analysis of a better number according to the 64kb max length of the OF message.
Also a better chunking algorithm could probably be put in place.