Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Jun 25, 2022
2 parents 70c244b + 5adc4ce commit 2307c57
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion aeron-client/src/main/c/aeron_counters.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

// Name Resolver 15-16

#define AERON_COUNTER_MIN_FC_NUM_RECEIVERS_TYPE_ID (17)
#define AERON_COUNTER_FC_NUM_RECEIVERS_TYPE_ID (17)

#define AERON_COUNTER_CHANNEL_MDC_NUM_DESTINATIONS_NAME "mdc-num-dest"
#define AERON_COUNTER_CHANNEL_NUM_DESTINATIONS_TYPE_ID (18)
Expand Down
2 changes: 1 addition & 1 deletion aeron-driver/src/main/c/aeron_min_flow_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ int aeron_tagged_flow_control_strategy_allocate_receiver_counter(
const int32_t counter_id = aeron_stream_counter_allocate(
counters_manager,
AERON_MIN_FLOW_CONTROL_RECEIVERS_COUNTER_NAME,
AERON_COUNTER_MIN_FC_NUM_RECEIVERS_TYPE_ID,
AERON_COUNTER_FC_NUM_RECEIVERS_TYPE_ID,
registration_id,
session_id,
stream_id,
Expand Down
10 changes: 0 additions & 10 deletions aeron-driver/src/main/c/media/aeron_send_channel_endpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,16 +425,6 @@ void aeron_send_channel_endpoint_on_status_message(
if (NULL != endpoint->destination_tracker)
{
aeron_udp_destination_tracker_on_status_message(endpoint->destination_tracker, buffer, length, addr);

// if (0 == sm_header->session_id &&
// 0 == sm_header->stream_id &&
// (sm_header->frame_header.flags & AERON_STATUS_MESSAGE_HEADER_SEND_SETUP_FLAG))
// {
// aeron_int64_to_ptr_hash_map_for_each(
// &endpoint->publication_dispatch_map,
// aeron_send_channel_endpoint_publication_trigger_send_setup_frame,
// endpoint);
// }
}

if (NULL != publication)
Expand Down

0 comments on commit 2307c57

Please sign in to comment.