diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:25:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:25:50 +0000 |
commit | 11ea4fcf515dbc4f75be538b784635085dc10db2 (patch) | |
tree | af05377dc5f1495935a0aa3b43258c20cb8fb5b9 /include/Server.hpp | |
parent | Releasing progress-linux version 2.1.9+dfsg-1~progress7.99u1. (diff) | |
download | iperf-11ea4fcf515dbc4f75be538b784635085dc10db2.tar.xz iperf-11ea4fcf515dbc4f75be538b784635085dc10db2.zip |
Merging upstream version 2.2.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include/Server.hpp')
-rw-r--r-- | include/Server.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Server.hpp b/include/Server.hpp index cca386a..ee38c3c 100644 --- a/include/Server.hpp +++ b/include/Server.hpp @@ -95,6 +95,7 @@ private: int SkipFirstPayload(void); void ClientReverseFirstRead(void); void PostNullEvent(void); + inline bool WriteBB(void); Timestamp connect_done; bool peerclose; bool isburst; @@ -116,6 +117,9 @@ private: struct msghdr message; char ctrl[CMSG_SPACE(sizeof(struct timeval))]; struct cmsghdr *cmsg; +#if HAVE_DECL_MSG_CTRUNC + bool ctrunc_warn_enable; +#endif #endif #if defined(HAVE_LINUX_FILTER_H) && defined(HAVE_AF_PACKET) struct ether_header *eth_hdr; |