CNDP
22.08.0
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
CNDP_API void | cnet_tcp_chnl_scale_set (struct tcb_entry *tcb, struct chnl *ch) |
CNDP_API void | cnet_drop_acked_data (struct chnl_buf *cb, int32_t acked) |
CNET TCP Channel routines and constants.
Definition in file cnet_tcp_chnl.h.
CNDP_API void cnet_tcp_chnl_scale_set | ( | struct tcb_entry * | tcb, |
struct chnl * | ch | ||
) |
Set the TCP connection to a new scaling value for the receiving channel.
tcb | The TCP Control Block pointer. |
ch | The Chnl pointer. |
CNDP_API void cnet_drop_acked_data | ( | struct chnl_buf * | cb, |
int32_t | acked | ||
) |
Drop the acked data in the given channel buffer.
cb | The channel buffer pointer |
acked | The amount of data to be acked. |