Go to the source code of this file.
Macro Definition Documentation
Definition at line 43 of file tcp.c.
Definition at line 44 of file tcp.c.
Definition at line 45 of file tcp.c.
Function Documentation
static int tcp_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags |
|
) |
| |
|
static |
Definition at line 61 of file tcp.c.
static int tcp_shutdown |
( |
URLContext * |
h, |
|
|
int |
flags |
|
) |
| |
|
static |
Variable Documentation
Initial value: {
{
"listen",
"Listen for incoming connections",
OFFSET(listen),
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, .flags =
D|
E },
{
"timeout",
"set timeout (in microseconds) of socket I/O operations",
OFFSET(rw_timeout),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
{
"listen_timeout",
"Connection awaiting timeout (in milliseconds)",
OFFSET(listen_timeout),
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags =
D|
E },
}
Definition at line 46 of file tcp.c.
Initial value:
Definition at line 53 of file tcp.c.
Initial value:
Definition at line 223 of file tcp.c.