mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
23 lines
1010 B
XML
23 lines
1010 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="lwt">Connecting to a remote host via IP version 4 or 6 using Lwt_unix</flag>
|
|
<flag name="mirage">Connecting to a remote host via IP version 4 or 6 using Mirage</flag>
|
|
</use>
|
|
<longdescription lang="en">Happy eyeballs is an implementation of
|
|
[RFC 8305](https://datatracker.ietf.org/doc/html/rfc8305) which specifies how
|
|
to connect to a remote host using either IP protocol version 4 or IP protocol
|
|
version 6. This is the core of the algorithm in value passing style, with a
|
|
slick dependency cone.</longdescription>
|
|
<upstream>
|
|
<doc>https://roburio.github.io/happy-eyeballs/</doc>
|
|
<bugs-to>https://github.com/roburio/happy-eyeballs/issues</bugs-to>
|
|
<remote-id type="github">roburio/happy-eyeballs</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|