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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,99ad16995c7745f2 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!a70g2000hsh.googlegroups.com!not-for-mail From: "snoopysalive@googlemail.com" Newsgroups: comp.lang.ada Subject: Re: How to implement a server socket compatible to telnet? Date: Sat, 9 Aug 2008 06:19:11 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4069ddd3-7712-4807-aea0-6785bb02857f@a70g2000hsh.googlegroups.com> References: <8r_mk.151106$102.88358@bgtnsc05-news.ops.worldnet.att.net> NNTP-Posting-Host: 217.227.15.120 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1218287951 7350 127.0.0.1 (9 Aug 2008 13:19:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 9 Aug 2008 13:19:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a70g2000hsh.googlegroups.com; posting-host=217.227.15.120; posting-account=b7G67QoAAABjwLRYV73fYo_8iKCvB0IZ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1580 Date: 2008-08-09T06:19:11-07:00 List-Id: Thanks to all the answers of you three. Actually, I also suspected that the problem could have something to do sort of incompatibility of programmes written in C and those written in Ada. So, I'll try out your solution hints. Thank you!