Re: [PATCH] n_tty: Remove LINEMODE support

From: Theodore Ts'o
Date: Sun Jan 18 2015 - 23:55:18 EST


Line mode goes back to BSD 4.x days, and it's useful over high latency
links --- i.e., the sort of thing that you get with stone age cellular
data networks (i.e., the sort of thing that we still have the US),
amateur packet radio links, etc. So it's certianly a nice to have, if
someone is willing to support it and the maintenance burden on the
rest of the tty stack isn't too onerous.

OTOH, one could argue that with something like mosh, if you can get
that working across a particular firewall, it solves the probably much
more portably without requiring kernel hacks. Mosh couldn't be used
on amateur packet links, since it uses encryption, which is verboten
for ham radio. But for other high latency links, mosh does work
fairly well, without requiring EXTPROC in the kernel.

- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/