Christophe Guébert

Results 4 issues of Christophe Guébert

There are a few errors or inconsistencies in the newly added classes. I should have taken the time to take a look at the Pull request and make comments there....

There is currently no way to distinguish between the socket being closed and any exception occurring during message processing. As a temporary measure, I propose to send a SocketClosed exception...

There are currently 3 constructors for AssociationParameters, but not all initialize all the class members. We can factor using class member initializers. Also, calling default constructors for members is not...

If a socket is closed on the other end without first sending an association release, my server is locked in a loop of : Operation error: End of file TCP...