note for tcflush

本文介绍了tcflush函数的使用方法及参数含义。tcflush函数能够清除由fd指定的对象中已写入但未传输的数据,或是已接收但未读取的数据。通过设置queue_selector参数可以选择清除输入缓冲区(TCIFLUSH)、输出缓冲区(TCOFLUSH)或同时清除两者(TCIOFLUSH)。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

tcflush

int tcflush(int fd, int queue_selector);

tcflush() discards data written to the object referred to by fd but not transmitted, or data received but not read, depending on the value of queue_selector. 

TCIFLUSH

flushes data received but nor read.

TCOFLUSH

flushes data written but not transmitted.

TCIOFLUSH

flushes both data received but not read, and data written but not transmitted.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值