diff options
Diffstat (limited to 'Kernel/Net/TCPSocket.h')
-rw-r--r-- | Kernel/Net/TCPSocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Net/TCPSocket.h b/Kernel/Net/TCPSocket.h index 85f4c9ec98..607f0c628e 100644 --- a/Kernel/Net/TCPSocket.h +++ b/Kernel/Net/TCPSocket.h @@ -159,7 +159,7 @@ public: virtual ErrorOr<void> close() override; - virtual bool can_write(const OpenFileDescription&, size_t) const override; + virtual bool can_write(const OpenFileDescription&, u64) const override; static NetworkOrdered<u16> compute_tcp_checksum(IPv4Address const& source, IPv4Address const& destination, TCPPacket const&, u16 payload_size); |