Searched refs:SEND_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
73 SEND_BUFFER_SIZE = 2048, enumerator74 RECEIVE_BUFFER_SIZE = SEND_BUFFER_SIZE,
92 SEND_BUFFER_SIZE + RECEIVE_BUFFER_SIZE); in Init()95 fReceiveBuffer = (uint8*)fSendBuffer + SEND_BUFFER_SIZE; in Init()