Add convenience wrapper App (again)

This commit is contained in:
Alex Hultman
2018-09-15 23:56:30 +02:00
parent 883bdfe7d7
commit 6fadfabec1
7 changed files with 83 additions and 168 deletions
+2
View File
@@ -137,6 +137,8 @@ public:
/* We should only return with new writes, not things written to cork already */
return write(src, length, optionally, 0);
}
return 0;
}
/* Drain any socket-buffer while also optionally sending a chunk */