1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00

Fixes #658 by adding a 250ms sleep to the dispatch of the close call.

git-svn-id: file:///home/svn/framework3/trunk@7934 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2009-12-21 19:53:10 +00:00
parent 5c5815cdde
commit 489c5adb98

View File

@ -100,6 +100,9 @@ static DWORD tcp_channel_client_local_notify(Remote *remote,
// Set the native channel operations context to NULL
channel_set_native_io_context(ctx->channel, NULL);
// Sleep for a quarter second
Sleep(250);
// Free the context
free_tcp_client_context(ctx);