Mark As Completed Discussion

Build your intuition. Fill in the missing part by typing it in.

In a UDP multicast market-data handler you must compare each incoming packet's seq value to last_seq + 1 to detect gaps. The packet field you check to determine ordering and missing packets is the ___.

Write the missing line below.