connection: log tx_request flag
This commit is contained in:
parent
026f412093
commit
f9c69698af
1 changed files with 2 additions and 2 deletions
|
|
@ -238,8 +238,8 @@ result_t connection_handle_packet_prechecked(
|
|||
return ERR_INVALID_ADDRESS;
|
||||
}
|
||||
|
||||
LOG(LVL_DEBUG, "Handling %s packet with rx_seq_nr %u, tx_seq_nr %u.",
|
||||
layer2_msg_type_to_string(header->msg_type), header->rx_seq_nr, header->tx_seq_nr);
|
||||
LOG(LVL_DEBUG, "Handling %s packet with rx_seq_nr %u, tx_seq_nr %u, tx_request %u.",
|
||||
layer2_msg_type_to_string(header->msg_type), header->rx_seq_nr, header->tx_seq_nr, header->tx_request);
|
||||
|
||||
ctx->last_acked_seq = header->rx_seq_nr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue