FFmpeg
Loading...
Searching...
No Matches
TCPContext Struct Reference

Data Fields

const AVClassclass
int fd
int listen
char * local_port
char * local_addr
int open_timeout
int rw_timeout
int listen_timeout
int recv_buffer_size
int send_buffer_size
int tcp_nodelay
int tcp_keepalive
int tcp_mss

Detailed Description

Definition at line 36 of file tcp.c.

Field Documentation

◆ class

const AVClass* TCPContext::class

Definition at line 37 of file tcp.c.

◆ fd

int TCPContext::fd

Definition at line 38 of file tcp.c.

Referenced by tcp_accept().

◆ listen

int TCPContext::listen

Definition at line 39 of file tcp.c.

Referenced by tcp_accept().

◆ local_port

char* TCPContext::local_port

Definition at line 40 of file tcp.c.

◆ local_addr

char* TCPContext::local_addr

Definition at line 41 of file tcp.c.

◆ open_timeout

int TCPContext::open_timeout

Definition at line 42 of file tcp.c.

◆ rw_timeout

int TCPContext::rw_timeout

Definition at line 43 of file tcp.c.

◆ listen_timeout

int TCPContext::listen_timeout

Definition at line 44 of file tcp.c.

Referenced by tcp_accept().

◆ recv_buffer_size

int TCPContext::recv_buffer_size

Definition at line 45 of file tcp.c.

◆ send_buffer_size

int TCPContext::send_buffer_size

Definition at line 46 of file tcp.c.

◆ tcp_nodelay

int TCPContext::tcp_nodelay

Definition at line 47 of file tcp.c.

◆ tcp_keepalive

int TCPContext::tcp_keepalive

Definition at line 48 of file tcp.c.

◆ tcp_mss

int TCPContext::tcp_mss

Definition at line 50 of file tcp.c.


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