Skip to content

Commit

Permalink
Add TODO about propagating correct shred version
Browse files Browse the repository at this point in the history
  • Loading branch information
InKryption committed Jan 27, 2025
1 parent 9c3e4cd commit d5b2dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/echo.zig
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const ConnectionTask = struct {
const socket_addr = SocketAddr.fromIpV4Address(request.server.connection.address);
const ip_echo_response: IpEchoResponse = .{
.address = .{ .ipv4 = socket_addr.V4.ip },
.shred_version = .{ .value = 0 },
.shred_version = .{ .value = 0 }, // TODO: correct shred version needs to be propagated here
};

const content_len = blk: {
Expand Down

0 comments on commit d5b2dcb

Please sign in to comment.