Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ubus: add count test to validate large message sizes | Alexandru Ardelean | 2014-07-03 | 1 | -0/+48 |
Client creates a string "1 2 3 ... 10000 ...", sends it to the server along with the maximum number in the string. Server creates another string like the client sent. It validates it and, returns strcmp()'s result. This is loop-ed every 2 seconds. |