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
Tear down connection.
Now, the implementation of connection setup rejection is really naive. We're not able to restart connection because QNIC is reserved by other connections.
Check if it's correct
For the simulation problem, the End node doesn't reserve QNIC, because if it's reserved, any connection setup request is rejected. But, in the real case, should we reserve QNIC only when the connection setup request sent?
The text was updated successfully, but these errors were encountered:
Releted issues #19 #33 #80
What to do?
Now, the implementation of connection setup rejection is really naive. We're not able to restart connection because QNIC is reserved by other connections.
For the simulation problem, the End node doesn't reserve QNIC, because if it's reserved, any connection setup request is rejected. But, in the real case, should we reserve QNIC only when the connection setup request sent?
The text was updated successfully, but these errors were encountered: