> From [email protected] Thu Sep 26 15:06:39 2013 > Date: Wed, 25 Sep 2013 18:45:23 -0500 > From: Rob Landley <[email protected]> > To: Ashwini Sharma <[email protected]> > X-Mailer: Balsa 2.4.11 > Message-Id: <1380152723.1974.90@driftwood> > Cc: toybox <[email protected]> > Subject: Re: [Toybox] [New Toys] - tcpsvd, udpsvd > List-Id: All-in-one linux command line utility package <toybox-landley.net> > > On 09/25/2013 03:57:49 AM, Ashwini Sharma wrote: > > Hi Rob, list, > > > > Attached is the implementation of tcpsvd and udpsvd. > > Both the commands are handled in the same file and support __IPv4__ > > and > > __IPv6__. > > > > Let me know for any comments and add it to the hg. > > I've been meaning to add udp support to netcat, but I was unaware of a > reason to reimplement netcat server mode on the tcp side? (Last I > checked it worked?) > > Does it need eight options and a hash table because you're actually > using eight options and a hash table, or is there some spec somewhere > that requires this, or...? > > Rob > _______________________________________________ > Toybox mailing list > [email protected] > http://lists.landley.net/listinfo.cgi/toybox-landley.net > It's a clone of what ipsvd has. (ipsvd is the runit answer to inetd, afaict.)
HTH, Isaac Dunham _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
