diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /games/pokerth/files/patch-src_net_common_clientthread.cpp | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'games/pokerth/files/patch-src_net_common_clientthread.cpp')
| -rw-r--r-- | games/pokerth/files/patch-src_net_common_clientthread.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games/pokerth/files/patch-src_net_common_clientthread.cpp b/games/pokerth/files/patch-src_net_common_clientthread.cpp deleted file mode 100644 index bd20f2612799..000000000000 --- a/games/pokerth/files/patch-src_net_common_clientthread.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/net/common/clientthread.cpp.orig 2017-08-16 12:24:03 UTC -+++ src/net/common/clientthread.cpp -@@ -993,8 +993,12 @@ ClientThread::CreateContextSession() - newSock.reset(new boost::asio::ip::tcp::socket(*m_ioService, tcp::v6())); - else - newSock.reset(new boost::asio::ip::tcp::socket(*m_ioService, tcp::v4())); -+#if BOOST_VERSION < 106600 - boost::asio::socket_base::non_blocking_io command(true); - newSock->io_control(command); -+#else -+ newSock->non_blocking(true); -+#endif - newSock->set_option(tcp::no_delay(true)); - newSock->set_option(boost::asio::socket_base::keep_alive(true)); - |
