Date: Sat, 14 Aug 93 04:30:04 PDT From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu> Errors-To: TCP-Group-Errors@UCSD.Edu Reply-To: TCP-Group@UCSD.Edu Precedence: Bulk Subject: TCP-Group Digest V93 #208 To: tcp-group-digest TCP-Group Digest Sat, 14 Aug 93 Volume 93 : Issue 208 Today's Topics: Calling linux users NOS-BBS down single servers listening on multiple ports (3 msgs) Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>. Problems you can't solve otherwise to brian@ucsd.edu. Archives of past issues of the TCP-Group Digest are available (by FTP only) from UCSD.Edu in directory "mailarchives". We trust that readers are intelligent enough to realize that all text herein consists of personal comments and does not represent the official policies or positions of any party. Your mileage may vary. So there. ---------------------------------------------------------------------- Date: Sat, 14 Aug 93 10:57:31 CET From: BARRY TITMARSH <BTITMARS%ESOC.BITNET@vm.gmd.de> Subject: Calling linux users To: TCP-GROUP <TCP-GROUP@ucsd.edu> Hi i have a question to Linux ham users in the USA have any of you made contact with Jay@jana.com re the CD rom ? thanks Barry. ------------------------------ Date: Fri, 13 Aug 93 09:41:17 EDT From: "Jon Maguire redsox@vnet.ibm.com" <redsox@vnet.IBM.COM> Subject: NOS-BBS down To: TCP-group@UCSD.edu Does anyone know if the NOS-BBS server at Carleton is down? I haven't got any updates for a few days. ----------- Jon Maguire N1CQE/4 | ibm-vm: maguire@sppvm1 usib2tfc@ibmmail Advantis | Packet: N1CQE@KC4LDT.#CLWFL.FL.USA.NA Dept NB4 / Bldg PAV | voice: t/l:438-3038 external:(813)-878-3038 3105 W. M.L.King Blvd.| fax : t/l:438-3922 external:(813)-878-3922 Tampa, FL 33607 | AMSAT #21847 TAPR #2916 TPALAN BARS | Internet: redsox@sppvm1.vnet.ibm.com | IP 44.98.0.136 N1CQE-7.ampr.org ------------------------------ Date: Fri, 13 Aug 1993 10:42:12 +0500 From: "Chris McNeil" <cmcneil@mta.ca> Subject: single servers listening on multiple ports To: TCP-GROUP@ucsd.edu Hi, I'm writing a server module for a version of ka9q. I need to know how (if possible) to have a server module listening for connections on multiple ports. Thanks Chris McNeil NetWork Manager MTA University Sackville NB Canada cmcneil@mta.ca ------------------------------ Date: Fri, 13 Aug 93 13:15:57 EST From: ashok@biochemistry.bioc.cwru.edu Subject: single servers listening on multiple ports To: cmcneil@mta.ca Hello Chris: Would this be to have Gopher listeners on multiple ports, or to have Gopher start a Gopher listener and a PhoneBook listener simultaenously? Best wishes, Ashok ------------------------------ Date: Fri, 13 Aug 93 10:59:39 -0700 From: karn@qualcomm.com (Phil Karn) Subject: single servers listening on multiple ports To: cmcneil@mta.ca >I'm writing a server module for a version of ka9q. I need to know how (if >possible) to have a server module listening for connections on multiple ports. Check out the start_tcp() function in tcpsock.c. I wrote it a few months back to get rid of the need for separate listener tasks for each TCP service. You call it with the TCP port number you want to listen on, plus the parameters defining a task that should automatically be created when a connection on that port comes in. If you call start_tcp several times, once for each port on which you want to listen, and give the same task parameters each time, then connections to any of those ports will spawn the same task. In effect, this function provides a UNIX inetd-like capability. Is this what you want? Phil ------------------------------ End of TCP-Group Digest V93 #208 ****************************** ******************************