Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to defense attack of the WSAAsyncSelect TCP Server ?

How to defense attack of the WSAAsyncSelect TCP Server ?

Scheduled Pinned Locked Moved C / C++ / MFC
comsysadminhelptutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    wangningyu
    wrote on last edited by
    #1

    How to defense attack of the WSAAsyncSelect TCP Server ?[^] The server program is attacked buy many connection, like WEB DDOS. Please Help !

    L 1 Reply Last reply
    0
    • W wangningyu

      How to defense attack of the WSAAsyncSelect TCP Server ?[^] The server program is attacked buy many connection, like WEB DDOS. Please Help !

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Hi, All new TCP connections begin with a SYN packet... you should use your favorite search engine to investigate a 'SYN Flood'. How To: Harden the TCP/IP Stack[^] Also... it is very difficult to protect against these attacks from the operating system... you will be better off using a high end router to limit the rate of SYN packets. Keep in mind that 'Saying No' consumes cpu cycles... and that there is technically no defense to a massive DDOS. The best defense is to unplug the network cable. :) Best Wishes, -David Delaune [UPDATE] Your problem has nothing to do with SYN Floods or DOS attacks... your source code has some serious problems.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups