Skip to content

Check only IXON when getting flow control state

We check the flow control state to display the "Output has been suspended" warning message. Check only IXON (flow control on output) on the master fd, which corresponds to IXOFF (flow control on input) on the slave side, since that's the direction we are interested in.

BUG: 457924

Merge request reports