X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: drososa AT otenet DOT gr (A. Drosos) Newsgroups: comp.os.msdos.djgpp Subject: UDP implementation? Date: Sun, 15 May 2005 14:56:03 +0000 (UTC) Organization: An OTEnet S.A. customer Lines: 14 Message-ID: NNTP-Posting-Host: patr530-a176.otenet.gr X-Trace: usenet.otenet.gr 1116168963 2054 212.205.215.176 (15 May 2005 14:56:03 GMT) X-Complaints-To: abuse AT otenet DOT gr NNTP-Posting-Date: Sun, 15 May 2005 14:56:03 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all I am involved in a project where we are measuring throughput between two network devices (on powerlines). The hardware works. However, in one of the testing modules we are using Windows XP and the copy command to transfer a large file from one PC to another. WinXP has a large overhead here. Is it possible to use some UDP implementation (straight data - no error correction whatsoever) in a DOS like op sys (the minimum possible overhead)? I was thinking that there may already be something implemented in DJGPP. Any recommendations welcome. Tasos