commit | 73f84011d7e4d37c70bc02eb12947fb9b232dda3 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dan.talayco@bigswitch.com> | Tue Oct 02 09:23:18 2012 -0700 |
committer | Dan Talayco <dan.talayco@bigswitch.com> | Tue Oct 02 09:23:18 2012 -0700 |
tree | 239ba5ed25cae6dc1d0d5a3c84e76de44e10a8cc | |
parent | 35a743705ac04638631db7cc0495d21f4af72093 [diff] |
Do not wait for negative check on every pkt Rather than polling with a 1 second timeout on every negative packet check, sleep for 1 second before doing any negative packet checks. Reduces PacketOutMC time by half.