init ems server code
This commit is contained in:
9
plat/rtp/src/include/rtp_const.h
Normal file
9
plat/rtp/src/include/rtp_const.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _RTP_CONST__H
|
||||
#define _RTP_CONST__H
|
||||
|
||||
#define RTP_BASE_UDP_PORT_CONST 25000
|
||||
#define RTP_MAX_UDP_MSG_LEN 1500
|
||||
|
||||
#define RTP_HANDSHAKE_TIMER 1000 // 10 seconds
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user