Lucas-dominguez

Results 2 issues of Lucas-dominguez

Hello, Here https://github.com/mvanthoor/rustic/blob/17b15a34b68000dffb681277c3ef6fc98f935a0b/src/search/sorting.rs#L67 it should be ` value = MVV_LVA_OFFSET - ((n as u32 + 1) * KILLER_VALUE);` because n is the index of the while loop. Because as it...

When doing an NTP server, if we receive a NTP request from a client, the byte data is converted to a float by the NTP_Packet::from_data. More precisely it reassemble the...