We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c351210 commit 9ea6a40Copy full SHA for 9ea6a40
tools/tcprtt.py
@@ -209,7 +209,7 @@ def addrfilter(addr, src_or_dest):
209
print_header = "Local Address"
210
elif args.byraddr:
211
bpf_text = bpf_text.replace('STORE_HIST', 'key.addr = addr = daddr;')
212
- print_header = "Remote Addres"
+ print_header = "Remote Address"
213
else:
214
bpf_text = bpf_text.replace('STORE_HIST', 'key.addr = addr = 0;')
215
print_header = "All Addresses"
0 commit comments