Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved error handling capabilities #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DaubnerF
Copy link

  • message id's are now checked
  • received packet lengths are checked
  • errno is now used correctly
  • functions now return the error number in all cases
  • there's now a possibility to differentiate between different network errors (under windows, but can be easily extended for linux)
  • It's now possible to set the network timeout in the constructor
  • default network timeout is now set to 20 seconds under windows and linux

message id's are now checked
received packet lengths are checked
errno is now used, functions now return the error number
there's now a possibility to differentiate between network errors (under windows, but can be easily extended for linux)
It's now possible to set the network timeout in the constructor
default network timeout is now set to 20 seconds under windows and linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant