Comment # 15
on bug 8741
from chas williams (CONTRACTOR)
Yes, I might want to find where the first NAK happened for a particular
sequence number. But there doesn't appear to be any simple way to do that
apparently (after reading a bit more about what expert info is). Since I can't
do this except for the case of singleton NAK's, it would be best if it didnt
work at all.
If I need to find this I will just filter on NAK. Generally, NAK's are a rare
event so I shouldn't be too burdensome.
NAK's are fairly complicated -- They contain a list of ranges and singletons.
I don't know a way to represent that such that you could filter for it (except
for adding each NAK seqno individually).
You are receiving this mail because:
- You are watching all bug changes.