I am working on a class inherited from TCPStream that requires me to replace the standard read/write methods with my own. To do this, I need access to the bufsize,gbuf and pbuf members. Can these be made at least protected in future versions of the library?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am working on a class inherited from TCPStream that requires me to replace the standard read/write methods with my own. To do this, I need access to the bufsize,gbuf and pbuf members. Can these be made at least protected in future versions of the library?
Done for 1.3.0.