Home
last modified time | relevance | path

Searched refs:listen_timeout (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtcp.c41 int listen_timeout; member
56 { "listen_timeout", "Connection awaiting timeout (in milliseconds)", OFFSET(listen_timeout), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags = D|E },
135 if (av_find_info_tag(buf, sizeof(buf), "listen_timeout", p)) { in tcp_open()
136 s->listen_timeout = strtol(buf, NULL, 10); in tcp_open()
196 s->listen_timeout, h)) < 0) in tcp_open()
228 ret = ff_accept(sc->fd, sc->listen_timeout, s); in tcp_accept()
H A Dsctp.c155 int listen_timeout; member
166 { "listen_timeout", "Bind timeout (in milliseconds)", OFFSET(listen_timeout), AV_OPT_TYPE_INT, { .i64 = -1 }, INT_MIN, INT_MAX, .flags = D|E },
231 s->listen_timeout, h)) < 0) { in sctp_open()
H A Dlibsrt.c57 int64_t listen_timeout; member
101 { "listen_timeout", "Connection awaiting timeout (in microseconds)" , OFFSET(listen_timeout), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags = D|E },
408 if (av_find_info_tag(buf, sizeof(buf), "listen_timeout", p)) { in libsrt_setup()
409 s->listen_timeout = strtoll(buf, NULL, 10); in libsrt_setup()
462 ret = libsrt_listen(write_eid, fd, cur_ai->ai_addr, cur_ai->ai_addrlen, h, s->listen_timeout); in libsrt_setup()
H A Drtmpproto.c126 int listen_timeout; ///< listen timeout to wait for new connections member
2603 if (rt->listen_timeout > 0) in rtmp_open()
2659 "?listen&listen_timeout=%d&tcp_nodelay=%d", in rtmp_open()
2660 rt->listen_timeout * 1000, rt->tcp_nodelay); in rtmp_open()
3122 {"timeout", "Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1", OFFSET(listen_timeout), AV_OPT_TYPE_INT, {.i64 = -1}, INT_MIN, INT_MAX, DEC, "rtmp_listen" },

Completed in 8 milliseconds