diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b587186661e77bbb81594532117e12a18d6435a..0ff545b7395b80f98212d562e74f2b0e762ccd49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(cellframe-sdk C) cmake_minimum_required(VERSION 3.0) set(CMAKE_C_STANDARD 11) -set(CELLFRAME_SDK_NATIVE_VERSION "2.8-19") +set(CELLFRAME_SDK_NATIVE_VERSION "2.8-20") add_definitions ("-DCELLFRAME_SDK_VERSION=\"${CELLFRAME_SDK_NATIVE_VERSION}\"") set(DAPSDK_MODULES "") diff --git a/modules/channel/chain/dap_stream_ch_chain.c b/modules/channel/chain/dap_stream_ch_chain.c index 943ed33ab1f62c281bddd84f3b5ef8235ffcc327..c65f0eac501459dc77e6efa6b4890207962aa211 100644 --- a/modules/channel/chain/dap_stream_ch_chain.c +++ b/modules/channel/chain/dap_stream_ch_chain.c @@ -1378,7 +1378,7 @@ void s_stream_ch_packet_out(dap_stream_ch_t* a_ch, void* a_arg) l_hash_item->size = l_ch_chain->request_atom_iter->cur_size; // Because we sent this atom to remote - we record it to not to send it twice HASH_ADD(hh, l_ch_chain->remote_atoms, hash, sizeof (l_hash_item->hash), l_hash_item); - break; // If sent smth - break out from pack loop + //break; // If sent smth - break out from pack loop } // Then get next atom and populate new last l_ch_chain->request_atom_iter->chain->callback_atom_iter_get_next(l_ch_chain->request_atom_iter, NULL);