#include "avformat.h"
#include "libavutil/parseutils.h"
#include "libavutil/opt.h"
#include "internal.h"
#include "network.h"
#include "os_support.h"
#include "url.h"
Go to the source code of this file.
Definition at line 40 of file tcp.c.
Definition at line 41 of file tcp.c.
Definition at line 42 of file tcp.c.
static int tcp_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags |
|
) |
| |
|
static |
Definition at line 58 of file tcp.c.
static int tcp_shutdown |
( |
URLContext * |
h, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
{
"timeout",
"timeout of socket i/o operations",
OFFSET(rw_timeout),
AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX,
D|
E },
{
"listen_timeout",
"connection awaiting timeout",
OFFSET(listen_timeout),
AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX,
D|
E },
}
Definition at line 43 of file tcp.c.
Initial value:= {
.class_name = "tcp",
}
Definition at line 50 of file tcp.c.
Initial value:
Definition at line 270 of file tcp.c.