summaryrefslogtreecommitdiffstats
path: root/agents/virt/include/tcp_listener.h
blob: 75dec9374ba016a157ede721de50d2f28315023d (plain)
1
2
3
4
5
6
7
#ifndef __TCP_LISTENER_H
#define __TCP_LISTENER_H

#define IPV4_TCP_ADDR_DEFAULT "127.0.0.1"
#define IPV6_TCP_ADDR_DEFAULT "::1"

#endif