-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CASE: Send Busy response when we are in the middle of handshake and receives sigma1 #27473
Comments
While looking into this I had three options... so though of putting up here.
Thoughts? |
@shubhamdp I really like option 3. Presumably this will have SendStatusReport taking |
I guess another option would be to have a |
I'll raise an issue to see if I can optimize the SendStatusReport bits to avoid code duplication. |
@shubhamdp what was the cyclic dependency? |
After #28219 got merged, going with option 3, where we add |
Type
Other
Explanation
Once #27226 gets merged, the unsolicited handler for sigma1 will not be unregistered after receiving a sigma1, so we can send the busy response when we receives a sigma1 when we are in the middle of handshake.
Platform
core (please add to version below)
Platform Version(s)
No response
Testing
Manually tested with SDK
(Optional) If manually tested please explain why this is only manually tested
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: