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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,752e2b317a36a36c X-Google-Attributes: gid103376,public From: wv@fiam.net (Wil) Subject: Re: TCP/IP Date: 1999/10/31 Message-ID: <381cb503.8751769@news.fiam.net>#1/1 X-Deja-AN: 542854661 References: <7vi9s9$3992@tech.port.ac.uk> X-Complaints-To: news@ffx2nh3.news.uu.net X-Trace: ffx2nh3.news.uu.net 941405372 25377 199.173.190.148 (31 Oct 1999 21:29:32 GMT) Organization: UUNET NNTP-Posting-Date: 31 Oct 1999 21:29:32 GMT Newsgroups: comp.lang.ada Date: 1999-10-31T21:29:32+00:00 List-Id: Normally TCP/IP is in the kernel, so forget about it. You could however use sockets (most likely implemented in C or C++) to send or receive datagrams, establish connections, etc... Will On Sun, 31 Oct 1999 20:46:59 -0000, "Mat Grove" wrote: >I've just started learning Ada at University, I was >wondering if any one knows where I can find a >library implementing TCP/IP for Ada? > >Cheers, Mat > >