-
- Downloads
SERVER-34636 enable opportunistic writes with ssl
Add a side channel to the asio ssl streams which allows us to capture the work remaining for the tcp send in the event of a full send buffer. This makes opportunistic writes safe for ssl sockets
Showing
- src/mongo/transport/session_asio.h 47 additions, 0 deletionssrc/mongo/transport/session_asio.h
- src/mongo/util/net/ssl/detail/io.hpp 5 additions, 3 deletionssrc/mongo/util/net/ssl/detail/io.hpp
- src/mongo/util/net/ssl/detail/stream_core.hpp 3 additions, 0 deletionssrc/mongo/util/net/ssl/detail/stream_core.hpp
- src/mongo/util/net/ssl/stream.hpp 4 additions, 0 deletionssrc/mongo/util/net/ssl/stream.hpp
Loading
Please register or sign in to comment