Hello all,
I was trying to get information about the buffers XORP uses when you
use its TCP socket interface to send and receive messages. In
particular the size of the buffer(s). I was looking at
libxorp/asyncio.{hh.cc} and noticed the BufferInfo class which has this:
size_t buffer_bytes() const { return (_buffer_bytes); }
The part I'm not sure about is if the AsyncFileReader defined in
asyncio.hh is what is actually used by the TCP sockets in XORP, and if
it isn't how would one get the actual buffer size?
--
Victor
_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers