Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Version 1.1.1.9 - TCP Flood improved
Browse files Browse the repository at this point in the history
  • Loading branch information
NewEraCracker committed Oct 13, 2010
1 parent e0469b6 commit deb277f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Expand Up @@ -13,4 +13,4 @@

[assembly: Guid("312adafc-fdac-484b-84c5-5c5457e47f67")]

[assembly: AssemblyVersion("1.1.1.8")]
[assembly: AssemblyVersion("1.1.1.9")]
1 change: 1 addition & 0 deletions XXPFlooder.cs
Expand Up @@ -54,6 +54,7 @@ private void bw_DoWork(object sender, DoWorkEventArgs e)
if (Protocol == 1)
{
socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
socket.NoDelay = true;
socket.Connect(RHost);
socket.Blocking = Resp;
try
Expand Down

0 comments on commit deb277f

Please sign in to comment.