Page MenuHome GnuPG

libassuan: Add assuan_sock_accept function to the API
Testing, WishlistPublic

Description

Just like assuan_sock_connect function, it's good to have assuan_sock_accept, so that portable handling can be possible in applications.

  • Type conversion of assuan_fd_t back and forth... can be inside the implementation of assuan_sock_accept (no longer needed in applications)
  • Unified handling on error by errno will be possible in applications

Revisions and Commits