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:
committed by
Matias Fontanini
parent
9260f9374a
commit
9593cf4cf6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user