Backported UDP API from Pro edition
This commit is contained in:
parent
4c3dfa829f
commit
309d39eab7
4 changed files with 40 additions and 0 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