8 lines
137 B
C
8 lines
137 B
C
|
#ifndef __TCP_LISTENER_H
|
||
|
#define __TCP_LISTENER_H
|
||
|
|
||
|
#define IPV4_TCP_ADDR_DEFAULT "127.0.0.1"
|
||
|
#define IPV6_TCP_ADDR_DEFAULT "::1"
|
||
|
|
||
|
#endif
|