fixed error
This commit is contained in:
parent
3ad8218d92
commit
73c2be5353
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!("{}", packet.header.types_and_flags)
|
||||
unimplemented!("{:?}", packet.header.types_and_flags)
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue