Thread: How can i accept any connection

  1. #1
    Registered User
    Join Date
    Dec 2008
    Posts
    183

    How can i accept any connection

    i m trying to code a program that accept any connection but on specific port is that possible ?

  2. #2
    Tha 1 Sick RAT
    Join Date
    Dec 2003
    Posts
    271
    You can terminate multiple connections at a single port but not a connection at multiple ports.... In fact default standard TCP/IP programming tutorials results in this scenario.

    Short answer... YES.
    A hundred Elephants can knock down the walls of a fortress... One diseased rat can kill everyone inside

  3. #3
    Registered User
    Join Date
    Dec 2008
    Posts
    183
    i m trying to code a program in whish the server will connect to the client so thats y i want the client to accept all connection on that port ?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. multiple forks in one client connection (ftpclient)
    By Dynamo in forum Networking/Device Communication
    Replies: 5
    Last Post: 01-16-2011, 12:41 PM
  2. accept() Hangs
    By Epo in forum Networking/Device Communication
    Replies: 14
    Last Post: 09-09-2005, 11:53 AM
  3. async Client/Server app, accept() stalls?
    By JaWiB in forum Networking/Device Communication
    Replies: 14
    Last Post: 01-31-2005, 05:59 PM
  4. passing a connection to another process.
    By Kinasz in forum Networking/Device Communication
    Replies: 3
    Last Post: 10-09-2004, 05:34 PM
  5. Headers that use each other
    By nickname_changed in forum C++ Programming
    Replies: 7
    Last Post: 10-03-2003, 04:25 AM