pub fn tcflow(fd: RawFd, action: FlowArg) -> Result<()>
Documentation
Suspend or resume the transmission or reception of data (see
tcflow(3p)).
tcflow()
suspends of resumes the transmission or reception of data for the given port
depending on the value of action
.