![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements OP_SOCK_TCP_ACCEPT to accept an incoming TCP connection. More...
Go to the source code of this file.
Functions | |
| free_value (fdv) | |
| push_value (vm, make_int(client > 0 ? client :0)) | |
Variables | |
| case | OP_SOCK_TCP_ACCEPT |
| int | client = 0 |
| break | |
Implements OP_SOCK_TCP_ACCEPT to accept an incoming TCP connection.
Behavior:
Errors:
Definition in file socket_tcp_accept.c.
| free_value | ( | fdv | ) |
| break |
Definition at line 38 of file socket_tcp_accept.c.
| int client = 0 |
Definition at line 24 of file socket_tcp_accept.c.
| case OP_SOCK_TCP_ACCEPT |
Definition at line 21 of file socket_tcp_accept.c.