Thread: Firewall in Using winsock

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    1

    Cool Firewall in Using winsock

    Now I am thinking of developig one appplication in winsock which access multiple NICs to send and receive packets.Now i am facing some problems.This application needs to listen to all interfaces.How I can do this ?Pls give me some answer?

  2. #2
    Chinese pâté foxman's Avatar
    Join Date
    Jul 2007
    Location
    Canada
    Posts
    404
    Well, you create a socket for each interface (i.e. you bind each socket to a different interface).

    I don't know if there's other way to do it in Winsock.
    I hate real numbers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Winsock issues
    By tjpanda in forum Windows Programming
    Replies: 3
    Last Post: 12-04-2008, 08:32 AM
  2. Win Xp firewall detection
    By wind_addict in forum Windows Programming
    Replies: 1
    Last Post: 04-30-2008, 12:13 PM
  3. Winsock Messaging Program
    By Morgul in forum Windows Programming
    Replies: 13
    Last Post: 04-25-2005, 04:00 PM
  4. Where do I initialize Winsock and catch messages for it?
    By Lithorien in forum Windows Programming
    Replies: 10
    Last Post: 12-30-2004, 12:11 PM
  5. winsock
    By pode in forum Networking/Device Communication
    Replies: 2
    Last Post: 09-26-2003, 12:45 AM

Tags for this Thread