PC Review


Reply
Thread Tools Rate Thread

C# UDP socket timing problem...

 
 
=?Utf-8?B?SVQtRnJhZ2dlbA==?=
Guest
Posts: n/a
 
      23rd Jun 2005
Dear all,

what we have to do is send 1 byte by UDP to a destination, after that we
should receive data from there. We implement it already and it works, but we
saw after we created the socket, and try to send out 1 byte, there are 3-5
time a s packet is send over port 137 which we didn't use before our 1 Byte
is send out over the assigned port number. Between each packet on port 137
there is ~1 second delay.

Has anyone any idea where that comes from?

Thanks,
Ingo
 
Reply With Quote
 
 
 
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      23rd Jun 2005
"=?Utf-8?B?SVQtRnJhZ2dlbA==?=" <(E-Mail Removed)>
wrote in news:4D439C95-FA94-4E81-B179-(E-Mail Removed):
> what we have to do is send 1 byte by UDP to a destination, after that
> we should receive data from there. We implement it already and it
> works, but we saw after we created the socket, and try to send out 1
> byte, there are 3-5 time a s packet is send over port 137 which we
> didn't use before our 1 Byte is send out over the assigned port
> number. Between each packet on port 137 there is ~1 second delay.


137 is the Netbios name resolution service. What kind of address are you using when sending the UDP
packet?


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Empower ASP.NET with IntraWeb
http://www.atozed.com/IntraWeb/
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Socket.BeginSendTo and Socket.BeginSendFrom on a single Socket instancefrom multiple threads Jonas Hei Microsoft Dot NET Framework 9 5th Jul 2005 04:27 AM
Socket.BeginSendTo and Socket.BeginSendFrom on a single Socket instancefrom multiple threads Jonas Hei Microsoft C# .NET 2 22nd Jun 2005 01:10 PM
Socket.BeginReceive/Socket.EndReceive Documentation Problem Cool Guy Microsoft Dot NET Framework 5 12th Jun 2005 12:19 AM
UDP Socket Timing Out? Tom Kent Microsoft Dot NET Framework 3 3rd Dec 2004 03:57 AM
Network problem: "Could not start DB server: socket() failed for UDP socket" Antti Heiskanen Windows XP Networking 3 2nd Apr 2004 09:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:06 AM.