UDPS-320 — The number of active sessions reached table size
The UDP server maintains an abstraction of UDP session, i.e., it registers pairs of communicating peers. The sessions are organized in a table. The session table has a limited number of entries, i.e. the number of sessions open at the same time is limited. If this limit is reached, no more sessions can be created until some session is closed.