fixed error
This commit is contained in:
parent
73c2be5353
commit
a8d873d71b
1 changed files with 3 additions and 1 deletions
|
|
@ -64,7 +64,9 @@ 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)
|
||||
let copy = packet.header.types_and_flags;
|
||||
|
||||
unimplemented!("{:?}", copy)
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue