Skip to content
Snippets Groups Projects
Commit 63c6ba36 authored by gpotter2's avatar gpotter2
Browse files

Replaced file_cache by preload_pcap

parent 180abb8a
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ def sendpfast(x, pps=None, mbps=None, realtime=None, loop=0, file_cache=False, i
if loop:
argv.append("--loop=%i" % loop)
if file_cache:
argv.append("--enable-file-cache")
argv.append("--preload-pcap")
f = get_temp_file()
argv.append(f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment