Added ability to override internal UDP API bound host/port
This commit is contained in:
parent
28db254d7b
commit
b35d56cd8f
4 changed files with 17 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue