[ewg] RE: [ofa-general] [PATCH 2/5] nes: provider listener cleanup

Sean Hefty sean.hefty at intel.com
Fri Nov 30 10:25:01 PST 2007


>@@ -668,7 +668,7 @@ int send_syn(struct nes_cm_node *cm_node, u32 sendack)
> 	options = (union all_known_options *)&optionsbuffer[optionssize];
> 	options->as_windowscale.optionnum = OPTION_NUMBER_WINDOW_SCALE;
> 	options->as_windowscale.length = sizeof(struct option_windowscale);
>-	options->as_windowscale.shiftcount = cm_node->tcp_cntxt.snd_wscale;
>+	options->as_windowscale.shiftcount = cm_node->tcp_cntxt.rcv_wscale;

This change looks unrelated.

- Sean



More information about the ewg mailing list