| 
    FFmpeg
    
   | 
 
Data Fields | |
| const AVClass * | class | 
| 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 | 
| int TCPContext::fd | 
Definition at line 37 of file tcp.c.
Referenced by tcp_accept(), tcp_close(), tcp_get_file_handle(), tcp_get_window_size(), tcp_open(), tcp_read(), tcp_shutdown(), and tcp_write().
| int TCPContext::listen | 
Definition at line 38 of file tcp.c.
Referenced by tcp_accept(), and tcp_open().
| int TCPContext::open_timeout | 
Definition at line 39 of file tcp.c.
Referenced by tcp_open().
| int TCPContext::rw_timeout | 
Definition at line 40 of file tcp.c.
Referenced by tcp_open().
| int TCPContext::listen_timeout | 
Definition at line 41 of file tcp.c.
Referenced by tcp_accept(), and tcp_open().
| int TCPContext::recv_buffer_size | 
Definition at line 42 of file tcp.c.
Referenced by customize_fd(), and tcp_get_window_size().
| int TCPContext::send_buffer_size | 
Definition at line 43 of file tcp.c.
Referenced by customize_fd().
| int TCPContext::tcp_nodelay | 
Definition at line 44 of file tcp.c.
Referenced by customize_fd().
| int TCPContext::tcp_mss | 
Definition at line 46 of file tcp.c.
Referenced by customize_fd().
 1.8.6