switch sleep to select

git-svn-id: file:///home/svn/framework3/trunk@9255 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-05-09 06:06:43 +00:00
parent 5f23151c22
commit fbfa48257f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Metasploit3 < Msf::Exploit::Remote
sock.put(hdr)
# Wait to make sure it processed that chunk.
sleep(0.5)
select(nil, nil, nil, 0.5)
#print_status("press enter to trigger..."); x = $stdin.gets
# Send the rest (smashed!)