]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2663] Addressed CID 1517206
authorFrancis Dupont <fdupont@isc.org>
Thu, 1 Dec 2022 22:48:35 +0000 (23:48 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 8 Dec 2022 16:56:23 +0000 (17:56 +0100)
src/lib/tcp/tcp_connection.h

index bf37bb01144f75725e8f322c08d030f99bff904b..8400e6ce9588a81b9e702f235592afec5107dce4 100644 (file)
@@ -453,9 +453,6 @@ protected:
     /// @brief Maximum bytes to read in a single socket read.
     size_t read_max_;
 
-    /// @brief Maximum bytes to write in a single socket write.
-    size_t write_max_;
-
     /// @brief Buffer for a single socket read.
     WireData input_buf_;
 };