U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ MT-multithreading and servers » How to send broadcast
Re: How to send broadcast [message #15514 is a reply to message #13956] Sun, 27 April 2008 19:39 Go to previous messageGo to previous message
tvanriper is currently offline  tvanriper
Messages: 85
Registered: September 2007
Location: Germantown, MD, USA
Member
captainc wrote on Sun, 03 February 2008 07:44

And do broadcasts have to be UDP? ...

I think so.

TCP/IP requires an established connection... which is more-or-less impossible through broadcast. I don't think you can have a one-to-many relationship with TCP/IP.

UDP is sort of a fire-and-forget way of sending information through a network, so you can easily set up one-to-many communications with it (since via UDP, you do not necessarily care about responses).

I wish I could help you, malya, but I don't know enough about network broadcasting yet.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: MT on Linux?
Next Topic: MT/Locking Questions
Goto Forum:
  


Current Time: Wed Sep 16 18:55:04 GMT+2 2026

Total time taken to generate the page: 0.00666 seconds