]> git.g-eek.se Git - interimap.git/commit
libinterimap: use socketpair(2) in tunnel mode.
authorGuilhem Moulin <guilhem@fripost.org>
Sat, 25 May 2019 13:27:59 +0000 (15:27 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Sun, 26 May 2019 22:07:30 +0000 (00:07 +0200)
commitbacb78530555f9a73d86564837a11d6e75236de5
tree9bfbc392d0a565248e004ef158f97df710f4918c
parentb86a1141f7e71cb9244ba4c5609b554417b506bb
libinterimap: use socketpair(2) in tunnel mode.

Rather than two pipe(2).  Also, use SOCK_CLOEXEC to save a fcntl() call
when setting the close-on-exec flag on the socket (even though Perl will
likely call fcntl() anyway).
Changelog
interimap.md
lib/Net/IMAP/InterIMAP.pm