Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: iothub_client_sample_amqp remote_monitoring simplesample_amqp
Diff: session.c
- Revision:
- 22:524bded3f7a8
- Parent:
- 21:f9c433d8e6ca
- Child:
- 23:1111ee8bcba4
diff -r f9c433d8e6ca -r 524bded3f7a8 session.c --- a/session.c Fri Mar 24 16:35:45 2017 -0700 +++ b/session.c Thu Apr 06 14:11:27 2017 -0700 @@ -683,7 +683,8 @@ result->next_outgoing_id = 0; - result->incoming_window = 1; + result->desired_incoming_window = 1; + result->incoming_window = 1; result->outgoing_window = 1; result->handle_max = 4294967295u; result->remote_incoming_window = 0;
