Added ability to override internal UDP API bound host/port

This commit is contained in:
Thulinma 2018-10-05 14:11:23 +02:00
parent 28db254d7b
commit b35d56cd8f
4 changed files with 17 additions and 2 deletions

View file

@ -157,3 +157,12 @@ static inline void show_stackframe(){}
#define SIMUL_TRACKS 20
#ifndef UDP_API_HOST
#define UDP_API_HOST "localhost"
#endif
#ifndef UDP_API_PORT
#define UDP_API_PORT 4242
#endif