added message for unimplemented flag type
This commit is contained in:
parent
20aa273d67
commit
3ad8218d92
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ impl Endpoint{
|
|||
((packet.header.types_and_flags.get_flags() & flags::ACK) != 0) ||
|
||||
((packet.header.types_and_flags.get_flags() & flags::RELIABLE) != 0) ||
|
||||
((packet.header.types_and_flags.get_flags() & flags::MULTI_ACK) != 0) {
|
||||
unimplemented!()
|
||||
unimplemented!("{}", packet.header.types_and_flags)
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue