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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c8a77a7c9e53f0d9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-23 03:56:48 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.mailgate.org!mygate.mailgate.org!194.185.74.204!not-for-mail From: "Sim Con" Newsgroups: comp.lang.ada Subject: Udp server instructions with adasocket? Date: Wed, 23 Oct 2002 10:56:46 +0000 (UTC) Organization: Mailgate.ORG Server - http://www.Mailgate.ORG Message-ID: <4634dc62041336024b32cc77742a247e.110780@mygate.mailgate.org> NNTP-Posting-Host: 194.185.74.204 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.mailgate.org 1035366832 29233 194.185.74.204 (Wed Oct 23 12:56:46 2002) X-Complaints-To: abuse@mailgate.org NNTP-Posting-Date: Wed, 23 Oct 2002 10:56:46 +0000 (UTC) Injector-Info: news.mailgate.org; posting-host=194.185.74.204; posting-account=110780; posting-date=1035366832 User-Agent: Mailgate Web Server X-URL: http://mygate.mailgate.org/mynews/comp/comp.lang.ada/4634dc62041336024b32cc77742a247e.110780%40mygate.mailgate.org Xref: archiver1.google.com comp.lang.ada:30071 Date: 2002-10-23T10:56:46+00:00 List-Id: Hello! I am using adasocket package for my socket application, but i have a problem. I can establish a connection with another computer on the net, but i can't receive the answers from this one, the code i use for the server mode is: Socket(Socketreceive,Af_Inet,Sock_dgram); Bind(Socketreceive,Portserver); and for reading Get(Socketreceive) but nothing happens (i don't receive anything). Ayn help? tahnx in advance;) -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG