Skip to content

improved error handling capabilities#28

Open
DaubnerF wants to merge 1 commit intofz-lyu:masterfrom
DaubnerF:fix_error_handling
Open

improved error handling capabilities#28
DaubnerF wants to merge 1 commit intofz-lyu:masterfrom
DaubnerF:fix_error_handling

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