remove unimplemented for if packet is ack
This commit is contained in:
parent
e83eb1a6d8
commit
3037d4c83f
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ impl SocketImpl {
|
||||||
let mut conn = conn.lock().await;
|
let mut conn = conn.lock().await;
|
||||||
|
|
||||||
if //((packet.header.types_and_flags.get_flags() & flags::NEED_ACK) != 0) ||
|
if //((packet.header.types_and_flags.get_flags() & flags::NEED_ACK) != 0) ||
|
||||||
((packet.header.types_and_flags.get_flags() & flags::ACK) != 0) ||
|
//((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::RELIABLE) != 0) ||
|
||||||
((packet.header.types_and_flags.get_flags() & flags::MULTI_ACK) != 0) {
|
((packet.header.types_and_flags.get_flags() & flags::MULTI_ACK) != 0) {
|
||||||
let copy = packet.header.types_and_flags;
|
let copy = packet.header.types_and_flags;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue