I am learning how nmap operates by testing it with another workstation in my network. When I entered
nmap -v -A -sS 192.xxx.xxx.xxx
Part of the output produced the line below.
TCP Sequence Prediction: Difficulty=260 (Good luck!)
How is 260 calculated and what makes it difficult to predict the next sequence?