-
Notifications
You must be signed in to change notification settings - Fork 48
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
SIW sends RTR WRITE even though RTR READ was negotiated #20
Comments
|
When determining the RTR type to send look at the negotiated ord, not the requested one. |
This fix seems correct. |
good catch, thanks! but we have to check first if we proposed anything. if there is no intersection we refuse....:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
siw is the initiator (1.1.1.2)
16:39:36.550313 1.1.1.2.55097 > 1.1.1.1.3333: P 1:25(24) ack 1 win 229 [mpa: start-req C pdlen 4 mpav2: enhanced - ird 1 ord 2 peer2peer write RTR read RTR] (DF)
16:39:36.550801 1.1.1.1.3333 > 1.1.1.2.55097: P 1:25(24) ack 25 win 32768 [mpa: start-rep C pdlen 4 mpav2: enhanced - ird 2 ord 1 peer2peer read RTR] (DF)
16:39:36.550858 1.1.1.2.55097 > 1.1.1.1.3333: P 25:45(20) ack 25 win 229 [mpa: ulplen 14 ddp: v1 TL stag 0 to 0 rdmap: WRITE ] (DF)
16:39:36.551106 1.1.1.1.3333 > 1.1.1.2.55097: P 25:53(28) ack 45 win 32768 [mpa: ulplen 22 ddp: v1 UL inv_stag 0 qn 2 msn 1 mo 0 rdmap: TERM layertype 00 ecode 00 hdrct 00 ] (DF)
The text was updated successfully, but these errors were encountered: