C
christian
Hi.
I use the System.Net.Socket and c# in order to implement UDP
communication. Everything has gone alright until now, that I want to
use the multiple Ethernet Ports on my pc.
The exception "Only one usage of each socket address (protocol/network
address/port) is normally permitted" is thrown when I try to bind the
second IPEndPoint. I do not think (although I'm not sure) that this
error would occur if the framework tried to access different Ethernet
ports.
Does any one recognize this problem? What shall I do in order to
utilize both my Ports?
If I posted this in the wrong group I'm sorry. If that is the case I
would be most grateful for a nudge in the direction of a better place
for my question.
Best regards,
Christian Sternell
I use the System.Net.Socket and c# in order to implement UDP
communication. Everything has gone alright until now, that I want to
use the multiple Ethernet Ports on my pc.
The exception "Only one usage of each socket address (protocol/network
address/port) is normally permitted" is thrown when I try to bind the
second IPEndPoint. I do not think (although I'm not sure) that this
error would occur if the framework tried to access different Ethernet
ports.
Does any one recognize this problem? What shall I do in order to
utilize both my Ports?
If I posted this in the wrong group I'm sorry. If that is the case I
would be most grateful for a nudge in the direction of a better place
for my question.
Best regards,
Christian Sternell