1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

changed default message size to 64 values

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@234 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
Steffen Vogel 2014-09-10 11:38:02 +00:00
parent be4cb8d9b4
commit 09170fe189
2 changed files with 2 additions and 2 deletions

View file

@ -11,6 +11,6 @@
#define PROGNAME "S2SS"
#define VERSION "0.1"
#define MAX_VALUES 16
#define MAX_VALUES 64
#endif /* _CONFIG_H_ */

View file

@ -15,7 +15,7 @@
#define VERSION "v0.4" __GIT_REV__
/** Maximum number of double values in a struct msg */
#define MAX_VALUES 16
#define MAX_VALUES 64
/** Socket priority */
#define SOCKET_PRIO 7