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:
parent
be4cb8d9b4
commit
09170fe189
2 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@
|
|||
#define PROGNAME "S2SS"
|
||||
#define VERSION "0.1"
|
||||
|
||||
#define MAX_VALUES 16
|
||||
#define MAX_VALUES 64
|
||||
|
||||
#endif /* _CONFIG_H_ */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue