Computer Science Canada

Socket class for review/testing

Author:  md [ Tue Oct 24, 2006 9:41 pm ]
Post subject:  Socket class for review/testing

I've written a socket wrapper for a project of mine, and as I spent a lot of time writing it I am thinking there are probably lots of potential bugs that I won't see. So I'm posting it here in the hopes that a few people will give it a look over and point out anything they see, and any other comments they have (sorry wtd, I haven't implemented yours yet; feel free to re-post them).

Also if some intrepid soul would write a test harness for it (shouldn't be too hard, there are only so many functions) I would be most appreciative.

[edit] it compiles without errors on my linux workstation, I'm not sure how well it'll work on other people's computers. It requires the LZO compression library as well.

Author:  r.3volved [ Wed Oct 25, 2006 9:11 am ]
Post subject: 

Looks pretty good man
Actually very similar to my socket class project last year (minus the encryption)


: