FFmpeg
Data Fields
TCPContext Struct Reference

Data Fields

const AVClassclass
 
int fd
 
int listen
 
int open_timeout
 
int rw_timeout
 
int listen_timeout
 
int recv_buffer_size
 
int send_buffer_size
 
int tcp_nodelay
 
int tcp_mss
 

Detailed Description

Definition at line 35 of file tcp.c.

Field Documentation

◆ class

const AVClass* TCPContext::class

Definition at line 36 of file tcp.c.

◆ fd

int TCPContext::fd

Definition at line 37 of file tcp.c.

Referenced by tcp_accept().

◆ listen

int TCPContext::listen

Definition at line 38 of file tcp.c.

Referenced by tcp_accept().

◆ open_timeout

int TCPContext::open_timeout

Definition at line 39 of file tcp.c.

◆ rw_timeout

int TCPContext::rw_timeout

Definition at line 40 of file tcp.c.

◆ listen_timeout

int TCPContext::listen_timeout

Definition at line 41 of file tcp.c.

Referenced by tcp_accept().

◆ recv_buffer_size

int TCPContext::recv_buffer_size

Definition at line 42 of file tcp.c.

◆ send_buffer_size

int TCPContext::send_buffer_size

Definition at line 43 of file tcp.c.

◆ tcp_nodelay

int TCPContext::tcp_nodelay

Definition at line 44 of file tcp.c.

◆ tcp_mss

int TCPContext::tcp_mss

Definition at line 46 of file tcp.c.


The documentation for this struct was generated from the following file: