Results 1 to 3 of 3

Thread: Yes its me again! :) TCP incomming connections...

  1. #1

    Thread Starter
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Post

    Thanks for all the help people, i have one more question regarding TCP.
    Hopefully im not the only one getting something out of this!

    Is there any way to know instantly if there is an connection that wants to connect to your computer? Lets say, if someone is connecting on port 101, is there any way you can know that someone is requesting a connection on that port? Maybe some API or something? (Netstat is to slow and it has to refresh all the time).

  2. #2
    Lively Member
    Join Date
    Nov 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    126

    Post

    The only way that I know of is...

    Open the port, when the port gets open send a message or show some msgbox etc.. but you need to open the port first, so if you want say who connects on port 139 or an alreay open port, it wont work

    ------------------
    Regards,

    Paul Rivoli
    -------------------
    [email protected]
    http://users.bigpond.com/privoli

  3. #3

    Thread Starter
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Post

    Thanks for the reply! I already did that though, i wonder if there is an API function to know that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width