1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Correct typo preventing user buffer management for server TCP streams. (#160)

This commit is contained in:
Jim Hague
2016-08-31 17:13:43 +01:00
committed by Matias Fontanini
parent 9260f9374a
commit 9593cf4cf6

View File

@@ -258,7 +258,7 @@ void Stream::auto_cleanup_client_data(bool value) {
}
void Stream::auto_cleanup_server_data(bool value) {
auto_cleanup_client_ = value;
auto_cleanup_server_ = value;
}
void Stream::enable_ack_tracking() {