webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
peer_connection Struct Reference

Public Attributes

struct channel channels [NUMBER_OF_CHANNELS]
 
struct channeli_stream_channel [NUMBER_OF_STREAMS]
 
struct channelo_stream_channel [NUMBER_OF_STREAMS]
 
uint16_t o_stream_buffer [NUMBER_OF_STREAMS]
 
uint32_t o_stream_buffer_counter
 
pthread_mutex_t mutex
 
struct socketsock
 

Member Data Documentation

◆ channels

struct channel peer_connection::channels[NUMBER_OF_CHANNELS]

◆ i_stream_channel

struct channel* peer_connection::i_stream_channel[NUMBER_OF_STREAMS]

◆ mutex

pthread_mutex_t peer_connection::mutex

◆ o_stream_buffer

uint16_t peer_connection::o_stream_buffer[NUMBER_OF_STREAMS]

◆ o_stream_buffer_counter

uint32_t peer_connection::o_stream_buffer_counter

◆ o_stream_channel

struct channel* peer_connection::o_stream_channel[NUMBER_OF_STREAMS]

◆ sock

struct socket* peer_connection::sock

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