From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e8c6974546bc3f7f X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.81.98 with SMTP id z2mr10494pax.19.1354251739130; Thu, 29 Nov 2012 21:02:19 -0800 (PST) Path: 6ni19167pbd.1!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.posted.internetamerica!news.posted.internetamerica.POSTED!not-for-mail NNTP-Posting-Date: Thu, 29 Nov 2012 23:02:18 -0600 From: Robert Love Newsgroups: comp.lang.ada Date: Thu, 29 Nov 2012 23:04:04 -0600 Message-ID: <2012112923040486430-rblove@airmailnet> References: <2012112311175432190-rblove@airmailnet> MIME-Version: 1.0 Subject: Re: Sockets Example Sought User-Agent: Unison/2.1.9 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 98.194.39.33 X-Trace: sv3-SGZJ4yZttQCmdRx4u9wgLJONoms+w6TIxsTzQNWFWSDbwRs6mGHKEZiRTu3VmnLqOl8Xcw9weAhpqgp!+vNMroQN+hVBITJ0PA6z8Lcx5FJ0UQjydjkqBp7Lm7K19EDaLDB/O5BaH53O/RlFTnrG3sVGjTRR!nA== X-Complaints-To: abuse@airmail.net X-DMCA-Complaints-To: abuse@airmail.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1845 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Date: 2012-11-29T23:04:04-06:00 List-Id: Thanks for this. I will study it. On 2012-11-28 04:43:47 +0000, anon@att.net said: > -- > -- TCP/IP Echo Service Daemon, based on RFC 342 and RFC 862 > -- Normally, a Sender program that accepts a word or quoted > -- sentence from command line is transmitted to the server and > -- the return message is displayed. > -- > -- This Daemon was tested using "Ada Dual TCP/IP Stacks" using > -- IPv6 and Linux IPv4, > -- > -- > -- Protocol: TCP > -- Protocol: UDP not setup at this time. > -- > -- Usage: Listener > -- > -- Tester: Telnet -port 7 > -- Example: Telnet 127.0.0.1 7 > -- > -- While telnet operational every character including control > -- characters will be echoed