add comment to RemCall
This commit is contained in:
parent
92aae16867
commit
ac7db0f9e9
@ -544,11 +544,12 @@ async fn connection_handler(
|
||||
println!("got caller from: {addr}");
|
||||
|
||||
packet.data.clear();
|
||||
/* The I-Telex Clients can't handle data in this packet due to a bug
|
||||
match addr.ip() {
|
||||
IpAddr::V4(addr) => packet.data.extend_from_slice(&addr.octets()),
|
||||
IpAddr::V6(addr) => packet.data.extend_from_slice(&addr.octets()),
|
||||
}
|
||||
packet.data.clear(); // TODO: remove
|
||||
*/
|
||||
packet.header = Header {
|
||||
kind: PacketKind::RemCall.raw(),
|
||||
length: packet.data.len() as u8,
|
||||
|
Loading…
Reference in New Issue
Block a user