Banjo API 1.0.0-rc.2
Low-level C99 game development API
Loading...
Searching...
No Matches
net_tcp_timeout.c File Reference
#include <banjo/log.h>
#include <banjo/main.h>
#include <banjo/net.h>
#include <banjo/system.h>
#include <banjo/error.h>
Include dependency graph for net_tcp_timeout.c:

Go to the source code of this file.

Macros

#define PORT   8085
#define ACCEPT_TIMEOUT_MS   5000

Functions

int main (int argc, char *argv[])

Macro Definition Documentation

◆ ACCEPT_TIMEOUT_MS

#define ACCEPT_TIMEOUT_MS   5000
Examples
net_tcp_timeout.c.

Definition at line 17 of file net_tcp_timeout.c.

Referenced by main().

◆ PORT

#define PORT   8085

Definition at line 16 of file net_tcp_timeout.c.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 19 of file net_tcp_timeout.c.