You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current design for stateless transport protocols, intends to use a dispatching layer to dispatch incoming data to the corresponding application stack. The problem is, no stack will ever be removed from the dispatcher, which will eventually lead to many unused stacks.
We should think of a way of closing such a "connection", so that the unused stacks can be cleaned up, when they are not needed anymore.
The text was updated successfully, but these errors were encountered:
The current design for stateless transport protocols, intends to use a dispatching layer to dispatch incoming data to the corresponding application stack. The problem is, no stack will ever be removed from the dispatcher, which will eventually lead to many unused stacks.
We should think of a way of closing such a "connection", so that the unused stacks can be cleaned up, when they are not needed anymore.
The text was updated successfully, but these errors were encountered: