Click here to Skip to main content
15,891,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: One Line Pin
eggie54-Jan-04 13:42
eggie54-Jan-04 13:42 
GeneralRe: One Line Pin
Heath Stewart4-Jan-04 18:51
protectorHeath Stewart4-Jan-04 18:51 
GeneralRe: One Line Pin
eggie55-Jan-04 11:51
eggie55-Jan-04 11:51 
QuestionDateTime Property, custom TypeConverter for XmlSerialisation ? Pin
Chris Richner4-Jan-04 11:56
Chris Richner4-Jan-04 11:56 
AnswerRe: DateTime Property, custom TypeConverter for XmlSerialisation ? Pin
Heath Stewart4-Jan-04 18:46
protectorHeath Stewart4-Jan-04 18:46 
GeneralRe: DateTime Property, custom TypeConverter for XmlSerialisation ? Pin
Chris Richner4-Jan-04 20:11
Chris Richner4-Jan-04 20:11 
GeneralRe: DateTime Property, custom TypeConverter for XmlSerialisation ? Pin
Heath Stewart5-Jan-04 4:03
protectorHeath Stewart5-Jan-04 4:03 
GeneralRe: DateTime Property, custom TypeConverter for XmlSerialisation ? Pin
Chris Richner5-Jan-04 5:55
Chris Richner5-Jan-04 5:55 
GeneralRe: DateTime Property, custom TypeConverter for XmlSerialisation ? Pin
Heath Stewart5-Jan-04 6:00
protectorHeath Stewart5-Jan-04 6:00 
GeneralRe: DateTime Property, custom TypeConverter for XmlSerialisation ? Pin
Chris Richner5-Jan-04 8:52
Chris Richner5-Jan-04 8:52 
GeneralRe: DateTime Property, custom TypeConverter for XmlSerialisation ? Pin
Heath Stewart5-Jan-04 9:53
protectorHeath Stewart5-Jan-04 9:53 
GeneralList of ODBC DSN's Pin
webdudeIA4-Jan-04 10:53
webdudeIA4-Jan-04 10:53 
GeneralRe: List of ODBC DSN's Pin
Nick Parker4-Jan-04 11:25
protectorNick Parker4-Jan-04 11:25 
GeneralRe: List of ODBC DSN's Pin
webdudeIA4-Jan-04 13:18
webdudeIA4-Jan-04 13:18 
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 

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.