mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-09 12:01:15 +00:00
Improve debugging of received stream bytes
This commit is contained in:
parent
96f6453a43
commit
9550dbce9d
@ -690,8 +690,7 @@ static void interface_read_stream(struct overlay_interface *interface){
|
||||
struct slip_decode_state *state=&interface->slip_decode_state;
|
||||
|
||||
if (config.debug.slip) {
|
||||
dump("RX bytes",&state->src[state->src_offset],
|
||||
state->src_size-state->src_offset);
|
||||
dump("RX bytes", buffer, nread);
|
||||
}
|
||||
|
||||
state->src=buffer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user