Thread: Muticast question

  1. #1
    Registered User
    Join Date
    Dec 2016
    Posts
    7

    Muticast question

    in this example The Linux socket and network programming on multicasting client-server with C program example why they assign

    localInterface.s_addr = inet_addr("203.106.93.94");

    in the sender?

    I notice many other example don't do this.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Code:
    /* Set local interface for outbound multicast datagrams. */
    Many computers have more that one network interface.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 08-25-2014, 05:41 PM
  2. Replies: 1
    Last Post: 03-23-2011, 09:00 AM
  3. *szString = things question/memory question
    By Jang in forum C Programming
    Replies: 3
    Last Post: 01-20-2011, 04:59 AM
  4. Newbish Question file reading question....
    By kas2002 in forum C Programming
    Replies: 23
    Last Post: 05-17-2007, 12:06 PM
  5. Self regiserting DLLs question and libraries question.
    By ApocalypticTime in forum Windows Programming
    Replies: 2
    Last Post: 03-22-2003, 02:02 PM

Tags for this Thread