On Wednesday 09 February 2011 00:35:02 Sven Eckelmann wrote:
The access to the fragment sequence number pool has either to be protected by correct locking or the access to the pool has to reserve two sequence numbers in a single access. The latter one can easily be done by increasing the value of the last used sequence number by 2 in a single access. The generated window of two currently unused sequence numbers can now be scattered across the two fragments.
Applied in revision 1940.
Thanks, Marek