What's Changed
- [Python] Modified
Verisocks
constructor andVerisocks.connect()
method to include arguments for multiple, delayed connection trials. Examples and test have been simplified accordingly. - [C] Added correct management of system call interrupts while waiting on client connection in the server code (see here for details about the issue).
- [Doc] Added section on alternative simulators support in doc.
- [Python] Added method
verisocks.utils.setup_sim_run()
to simplify foreseen support for alternative simulators.
Full Changelog: v1.1.0...v1.2.0