Lines Matching full:receive
17 are able to either send or receive at the same time.
20 Maximum amount of network packets we can receive at the same time.
56 If one wants to receive two full frames, then the net_pkt RX count should be set to 2,
63 as the receive buffer count but for sending.
192 Should a retransmission timeout occur, the receive callback is
205 Maximum receive window size to use.
206 This value defines the maximum TCP receive window size. Increasing
208 receive buffers available in the system for efficient operation.
214 If we receive out-of-order TCP data, we queue it. This value tells
216 able to pass the data to the application. If set to 0, then receive
220 there should be no holes in the queue. For example, if we receive
222 queued (in this order), and then given to application when we receive
223 SEQ 2. But if we receive SEQs 5,4,3,7 then the SEQ 7 is discarded
233 be placed to a higher priority network queue in order to send or receive it