Add UDP socket support
More networking options are better. Particularly with gaming.
EDITED: I misread the request. We don’t have UDP socket, but rather UDP multicast. Planned for Silverlight 4.
5 comments
-
Anonymous
commented
High performance UDP unicast support is needed.
-
Kakone
commented
It would be nice to have the UdpClient class for UDP unicast in Silverlight...
-
Laere
commented
UDP unicast would be something very useful... especialy for gaming ;) .
-
korpuskel commented
The SL4 multicast groups only work if all clients are within the same subnet, so this kind of UDP support is not really satisfying.
(Please correct me if I am wrong.) -
Haathen
commented
Well, if we set up enough multicast groups, the same effect should be achieved as with sockets, shall it not? :P