liteserver / binn

Binary Serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception Handling

rapier1 opened this issue · comments

Hey there,

We use binn to help pass OOB performance statistics from the TCP_INFO struct in our implementation of ssh. It's proven to be very useful and we could have done it effectively without binn. Thank you for that. The only thing I was wondering if we could get some more API documentation (parameters, return values, error codes, etc) so we can have more robust exception handling in our code. I understand that documentation is a huge pain so if you don't have time I get it. I just wanted to pass along the request.

Again, thanks for writing this!

Chris