Click here to Skip to main content
15,885,537 members
Home / Discussions / C#
   

C#

 
GeneralRe: List of ODBC DSN's Pin
Nick Parker4-Jan-04 16:52
protectorNick Parker4-Jan-04 16:52 
GeneralRe: List of ODBC DSN's Pin
cjengler5-Jan-04 2:25
cjengler5-Jan-04 2:25 
GeneralBig Problem with multicasting. Pin
HAHAHA_NEXT4-Jan-04 10:48
HAHAHA_NEXT4-Jan-04 10:48 
GeneralRe: Big Problem with multicasting. Pin
leppie4-Jan-04 11:12
leppie4-Jan-04 11:12 
GeneralRe: Big Problem with multicasting. Pin
HAHAHA_NEXT4-Jan-04 16:13
HAHAHA_NEXT4-Jan-04 16:13 
GeneralRe: Big Problem with multicasting. Pin
Heath Stewart4-Jan-04 18:22
protectorHeath Stewart4-Jan-04 18:22 
GeneralRe: Big Problem with multicasting. Pin
leppie5-Jan-04 6:24
leppie5-Jan-04 6:24 
GeneralRe: Big Problem with multicasting. Pin
HAHAHA_NEXT5-Jan-04 7:10
HAHAHA_NEXT5-Jan-04 7:10 
But this doesn solve my problem:

Here is the my route table (The good info only).
224.0.0.0 224.0.0.0 65.92.106.225 65.92.106.225 1
224.0.0.0 224.0.0.0 169.254.111.190 169.254.111.190 1
224.0.0.0 224.0.0.0 192.168.100.1 192.168.100.1 1

Currently it uses 169.254.111.190 to send my multicast packets to.

Now if i disable the 169.254.111.190 my routing table would be:
224.0.0.0 224.0.0.0 65.92.106.225 65.92.106.225 1
224.0.0.0 224.0.0.0 192.168.100.1 192.168.100.1 1

and it will send the ulticast packets to 65.92.106.255

IF i disable this lat one i will get:
224.0.0.0 224.0.0.0 192.168.100.1 192.168.100.1 1
and my data would be send to 192.168.100.1

Now if i connect the other 2 i will get
224.0.0.0 224.0.0.0 65.92.106.225 65.92.106.225 1
224.0.0.0 224.0.0.0 169.254.111.190 169.254.111.190 1
224.0.0.0 224.0.0.0 192.168.100.1 192.168.100.1 1

and the data would be sent to 192.168.100.1


Thus you se, depending on some strange criteria, i never know where my data would be send to ?
It can be any of these 3.
224.0.0.0 224.0.0.0 65.92.106.225 65.92.106.225 1
224.0.0.0 224.0.0.0 169.254.111.190 169.254.111.190 1
224.0.0.0 224.0.0.0 192.168.100.1 192.168.100.1 1

I can do like send the data to the first one, but it will create several problems like with Unreal Tournement when you try to play on LAN and can not login.

Thus does anybody know how can i change it using CSharp. (Without disabling all the stuff, to which i will probably not have access anyway in the real world).



GeneralRe: Big Problem with multicasting. Pin
Alois Kraus8-Jan-04 7:40
Alois Kraus8-Jan-04 7:40 
GeneralRe: Big Problem with multicasting. Pin
HAHAHA_NEXT8-Jan-04 8:28
HAHAHA_NEXT8-Jan-04 8:28 
GeneralFinding out when a Item comes into the display area of a ListView Pin
ne20004-Jan-04 10:41
ne20004-Jan-04 10:41 
GeneralRe: Finding out when a Item comes into the display area of a ListView Pin
Heath Stewart4-Jan-04 18:19
protectorHeath Stewart4-Jan-04 18:19 
GeneralString Width Pin
Luther Baker4-Jan-04 10:38
Luther Baker4-Jan-04 10:38 
GeneralRe: String Width Pin
ne20004-Jan-04 10:43
ne20004-Jan-04 10:43 
GeneralRe: String Width Pin
markdbd4-Jan-04 19:31
markdbd4-Jan-04 19:31 
GeneralRe: String Width Pin
Luther Baker6-Jan-04 18:27
Luther Baker6-Jan-04 18:27 
GeneralRe: String Width Pin
Luther Baker7-Jan-04 11:39
Luther Baker7-Jan-04 11:39 
GeneralComboBox Pin
Luther Baker4-Jan-04 9:46
Luther Baker4-Jan-04 9:46 
GeneralRe: ComboBox Pin
Nick Parker4-Jan-04 10:06
protectorNick Parker4-Jan-04 10:06 
GeneralRe: ComboBox Pin
Charlie Williams4-Jan-04 10:07
Charlie Williams4-Jan-04 10:07 
GeneralRe: ComboBox Pin
Luther Baker4-Jan-04 10:39
Luther Baker4-Jan-04 10:39 
GeneralCustom Control Pin
Luther Baker4-Jan-04 8:59
Luther Baker4-Jan-04 8:59 
GeneralRe: Custom Control Pin
Heath Stewart4-Jan-04 18:15
protectorHeath Stewart4-Jan-04 18:15 
GeneralRe: Custom Control Pin
Luther Baker6-Jan-04 18:21
Luther Baker6-Jan-04 18:21 
GeneralRe: Custom Control Pin
Heath Stewart6-Jan-04 18:59
protectorHeath Stewart6-Jan-04 18:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.