Go to the source code of this file.
Definition at line 42 of file tcp.c.
Definition at line 43 of file tcp.c.
Definition at line 44 of file tcp.c.
static int tcp_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags |
|
) |
| |
|
static |
Definition at line 60 of file tcp.c.
static int tcp_shutdown |
( |
URLContext * |
h, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
{
"timeout",
"set timeout of socket I/O operations",
OFFSET(rw_timeout),
AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX,
D|
E },
{
"listen_timeout",
"set connection awaiting timeout",
OFFSET(listen_timeout),
AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX,
D|
E },
{NULL}
}
Definition at line 45 of file tcp.c.
Initial value:= {
.class_name = "tcp",
}
Definition at line 52 of file tcp.c.
Initial value:
Definition at line 222 of file tcp.c.