From The Linux Programming Interface
under "data transfer" under "communication", we have "byte stream", "message" and "pseudoterminal".
Does pseudoterminal belong to byte stream instead, just like how pipe belongs?
If not, why?
From The Linux Programming Interface
under "data transfer" under "communication", we have "byte stream", "message" and "pseudoterminal".
Does pseudoterminal belong to byte stream instead, just like how pipe belongs?
If not, why?
Consider the various modes a pseudoterminal can be in: in raw mode, it would behave much like a byte stream, but in cooked mode, it becomes more message-like.