User Profile

Collapse

Profile Sidebar

Collapse
stavalfi
stavalfi
Last Activity: Jun 26 '11, 06:49 PM
Joined: Jun 20 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stavalfi
    started a topic Quastion about SetSocketOption & MulticastOption

    Quastion about SetSocketOption & MulticastOption

    i creat a group & send a massage 1 line before the method "Recieve" wait for a massage by creating a thread. This code works Perfectly. i just want to know why shouldnt I add this line in the send method too for joining the socket to the group before I try send something to the group.

    Code:
    server.SetSocketOption(SocketOptionLevel.IP, SocketOptionName.AddMembership, MulticastOption);
    Code:
    using System;
    using
    ...
    See more | Go to post

  • Unicast Multicast Broadcast Anycast - Differences

    hi guys, first of all im sory about correct spelling, grammar and punctuation becouse my english not in the sky.


    okay, after reading alot about all this subjects i dont think I understood right whats going on. i will write what i know and I hope you guys help me with my miskates.

    Unicast
    send my imformation one by one to each computer I want to send. not in the same time! I dont need to join any group like...
    See more | Go to post
No activity results to display
Show More
Working...