commit | ed1667e8ee91243b77b02cc4f160fe4b80a30385 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Sep 04 02:21:13 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Sep 04 02:21:13 2009 +0200 |
tree | 54520fc2069e9f8f21a8fad0cfc1de163b5d4017 | |
parent | cfc216345e18081cba9ac3ed0464abf5d7f40cea [diff] |
telnetd: add -w ("inetd wait") option. Can be configured off. gcc fils to fully optimize it out when it's off: function old new delta telnetd_main 1527 1548 +21 packed_usage 26596 26587 -9 but nevertheless it's a useful (and so far single) example how to write "inetd wait" tcp service. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>