Home
last modified time | relevance | path

Searched +full:srv +full:- +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.
3 # Tests for which we enable SRV queries
4 - expected_addrs:
5 - {address: '5.5.5.5:443', is_balancer: false}
13 record_to_resolve: no-srv-ipv4-single-target
15 no-srv-ipv4-single-target:
16 - {TTL: '2100', data: 5.5.5.5, type: A}
17 - expected_addrs:
18 - {address: '1.2.3.4:1234', is_balancer: true}
26 record_to_resolve: srv-ipv4-single-target
[all …]
Dresolver_component_tests_runner.py8 # http://www.apache.org/licenses/LICENSE-2.0
16 # This file is auto-generated
28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests')
29 argp.add_argument('--test_bin_path', default=None, type=str,
31 argp.add_argument('--dns_server_bin_path', default=None, type=str,
33 argp.add_argument('--records_config_path', default=None, type=str,
36 argp.add_argument('--dns_server_port', default=None, type=int,
38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str,
40 argp.add_argument('--tcp_connect_bin_path', default=None, type=str,
67 '--server_host', '127.0.0.1',
[all …]
/third_party/glib/gio/
Dgsocketclient.c1 /* GIO - GLib Input, Output and Streaming Library
24 #include "config.h"
52 #include "gmarshal-internal.h"
61 * @short_description: Helper for connecting to a network service
65 * #GSocketClient is a lightweight high-level utility class for connecting to
129 family = client->priv->family; in G_DEFINE_TYPE_WITH_PRIVATE()
131 client->priv->local_address != NULL) in G_DEFINE_TYPE_WITH_PRIVATE()
132 family = g_socket_address_get_family (client->priv->local_address); in G_DEFINE_TYPE_WITH_PRIVATE()
137 client->priv->type, in G_DEFINE_TYPE_WITH_PRIVATE()
138 client->priv->protocol, in G_DEFINE_TYPE_WITH_PRIVATE()
[all …]
/third_party/cares/
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - c-ares 1.16.1 release prep
8 - update travis to use xcode11.4
10 - Prevent possible double-free in ares_getaddrinfo() if ares_destroy() is called
13 it would result in an invalid read and double-free due to calling end_hquery() twice.
18 - [shelley vohr brought this change]
32 - travis: CloudFlare does not allow T_ANY requests, so live tests that use it fail. Disable.
34 - travis: bump macos image to the latest
36 - cast-align warnings are false for struct sockaddr, silence
38 Create a macro to silence false cast-align warnings when casting
[all …]
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultihandlesink.c21 * Boston, MA 02110-1301, USA.
25 * SECTION:element-multihandlesink
31 * For each descriptor added, the #GstMultiHandleSink::client-added signal will be called.
33 * A client can also be added with the #GstMultiHandleSink::add-full signal
38 * each descriptor removed, the #GstMultiHandleSink::client-removed signal will be called. The
39 * #GstMultiHandleSink::client-removed signal can also be fired when multihandlesink decides that a
41 * #GstMultiHandleSink:recover-policy property, if the client is reading too slowly.
44 * This can for example be done in response to the #GstMultiHandleSink::client-fd-removed signal.
46 * #GstMultiHandleSink::client-removed signal is emitted, so that "get-stats" can be performed on
48 * the #GstMultiHandleSink::client-removed signal handler, and you should use the
[all …]
/third_party/glib/
DNEWS5 denial of service from a setuid-root process being used to block access to the
9 via Happy Eyeballs (CVE-2020-6750) (#1989)
18 - #1919 read from relative path in g_printerr() in 2.58.3
19 - #1995 Tracker issue for Happy Eyeballs regressions
20 - #1999 GTimeZone fails to accept full Julian day range when parsing the direct $TZ string format
21 - !1323 Backport !1314 “gtimezone: fix parsing of Julian day in POSIX TZ format” to glib-2-62
22 - !1331 Backport !1330 “W32: Correctly set st_ino when doing private stat()” to glib-2-62
23 - !1352 Backport !1351 “glib.supp: update g-threaded-resolver-getaddrinfo-config” to glib-2-62
24 - !1361 Backport !1353 GMainContext source reference fixes to glib-2-62
25 - !1365 Refactor g_socket_client_connect_async()
[all …]
/third_party/curl/tests/
Druntests.pl9 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
28 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite
29 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
30 # runclient, runclientoutput - Modify to copy all the files in the log/
49 # Finally, to properly support -g and -n, checktestcmd needs to change
52 # fixed. As long as the -g option is never given, and the -n is always
60 # usually set by the Makefile, but for out-of-tree builds with direct
132 my $NOLISTENPORT=47; # port number we use for a local non-listening service
137 my $HTTPSPROXYPORT = $noport; # HTTPS-proxy (stunnel) port
156 my $HTTPTLSPORT=$noport; # HTTP TLS (non-stunnel) server port
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
73 ## 2021-02-23, Version 12.21.0 'Erbium' (LTS), @richardlau
81 * **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
82 …* Affected Node.js versions are vulnerable to denial of service attacks when too many connection a…
83 * **CVE-2021-22884**: DNS rebinding in --inspect
84service attacks when the whitelist includes “localhost6”. When “localhost6” is not present in /etc…
85 * **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate
90 …8`](https://github.com/nodejs/node/commit/e69177a088)] - **deps**: update archs files for OpenSSL-
[all …]
/third_party/gstreamer/gstplugins_good/docs/plugins/
Dgst-plugins-good-plugins.args4 <RANGE>[-24,12]</RANGE>
7 <BLURB>gain for the frequency band 29 Hz, ranging from -24 dB to +12 dB.</BLURB>
14 <RANGE>[-24,12]</RANGE>
17 <BLURB>gain for the frequency band 59 Hz, ranging from -24 dB to +12 dB.</BLURB>
24 <RANGE>[-24,12]</RANGE>
27 <BLURB>gain for the frequency band 119 Hz, ranging from -24 dB to +12 dB.</BLURB>
34 <RANGE>[-24,12]</RANGE>
37 <BLURB>gain for the frequency band 237 Hz, ranging from -24 dB to +12 dB.</BLURB>
44 <RANGE>[-24,12]</RANGE>
47 <BLURB>gain for the frequency band 474 Hz, ranging from -24 dB to +12 dB.</BLURB>
[all …]