CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1

    Filltering special IP address

    I am using this program. I chaged some of this code. basically same..

    Problem is the server system has switch. switch server try to connect every 1 second. so I need to ignore this server.

    I know the IP address. question is how could I filtering this IP address before this switcing server access my server?

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Filltering special IP address

    Quote Originally Posted by youngminister View Post
    I am using this program. I chaged some of this code. basically same..

    Problem is the server system has switch. switch server try to connect every 1 second. so I need to ignore this server.

    I know the IP address. question is how could I filtering this IP address before this switcing server access my server?
    I don't understand much. Where do you want to ignore the IP? In your code, in the switch (hardware)?
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3

    Re: Filltering special IP address

    code...
    If it access socket. It need to make a new thread process. I don't want it to do...

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

Featured