[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: line discipline



Well, line discipline is nothing but how you process, control and 
manage the flow of characters on a line (say a character device). It is my
definition and not an authoritative one.

You may get an idea of what line discipline is by following this link
http://www.eros-os.org/design-notes/LineDiscDesign.html Moreover, go
through drivers/char/serial.c, drivers/char/tty_io.c, drivers/net/ppp.c
codes in the linux sources to get a clear picture of what disciplines are.

HTH,
Sharad.


On Fri, 19 Jan 2001, V Kugan wrote:

+ I nead to know about line discipline, Can anyone pls suggest a good book
+ that covers this in detail.
+ Thank you very much