summaryrefslogtreecommitdiff
path: root/app/v3_c/src/tcpserver.h.in
blob: 14b673650f4c12f38c0418a34b13e922b20314e6 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TCPSERVER_H
#define TCPSERVER_H

#define LISTEN_PORT 8080
#define LISTEN_BACKLOG 5

int tcpserver();

#endif