AJ Heller
c5ade3011a
Revert "[core] Add support for vsock transport" ( #33276 )
...
Reverts grpc/grpc#32847 . Breaks the Python build.
2 years ago
Yadong
9d765860ef
[core] Add support for vsock transport ( #32847 )
...
This is another attempt to add support for vsock in grpc since previous
PRs(#24551 , #21745 ) all closed without merging.
The VSOCK address family facilitates communication between
virtual machines and the host they are running on.
This patch will introduce new scheme: [vsock:cid:port] to
support VSOCK address family.
Fixes #32738 .
---------
Signed-off-by: Yadong Qi <yadong.qi@intel.com>
Co-authored-by: AJ Heller <hork@google.com>
Co-authored-by: YadongQi <YadongQi@users.noreply.github.com>
2 years ago
AJ Heller
21c6f8d757
Reland: Add DNS Server address override to the EventEngine API ( #29493 )
...
This reverts commit fb4b6c7776
.
3 years ago
AJ Heller
fb4b6c7776
Revert "Add DNS Server address override to the EventEngine API ( #29485 )" ( #29492 )
...
This reverts commit c462bb8d48
.
3 years ago
AJ Heller
c462bb8d48
Add DNS Server address override to the EventEngine API ( #29485 )
...
* Add DNS Server address override to the EventEngine API
* instead, override authority in GetDNSResolver; other fixes
* feedback
* constrain dns_server format to "IP:port"
3 years ago
Benjamin Shaya
702edbeee4
Add support for "unix-abstract:" URIs to support abstract unix domain sockets
...
Adapted from #21278 by @mheese
4 years ago
Mark D. Roth
2b03154cf4
Update naming doc.
6 years ago
Vu Cong Tuan
69fab8eacb
Fix many typos in doc
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
6 years ago
Alex Lo
f932b8e2d0
ipv6 addresses must be bracketed if using a port
...
The host/port splitting code will not pull out a port if there are >=2 colons[1].
Unit test code demos this [2]. Note other documentation gets this right[3]. Example IP came from this issue[4] and the unit tests[2].
See also: relevant RFCs [5] [6]
[1]618a3f561d/src/core/lib/gpr/host_port.cc (L81)
[2]618a3f561d/test/core/client_channel/resolvers/sockaddr_resolver_test.cc (L107)
[3]https://chromium.googlesource.com/external/github.com/grpc/grpc/+/chromium-deps/2016-07-19/src/core/ext/client_config/README.md
[4]https://github.com/grpc/grpc/issues/6623
[5]http://www.iana.org/go/rfc5952#section-6
[6]http://www.iana.org/go/rfc3986#section-3.2.3
6 years ago
Mark D. Roth
69b416a08c
Update naming documentation.
7 years ago
Mark D. Roth
b4227370fc
Code review changes and other improvements.
8 years ago
Mark D. Roth
892e917a09
Fix link.
8 years ago
Mark D. Roth
3cadfb152f
Started updating docs.
8 years ago
Craig Tiller
eda85c6765
Expunge all references to zookeeper
9 years ago
Abhishek Kumar
c7e13188fa
Update naming.md
...
Fixed code formatting issues.
10 years ago
Abhishek Kumar
2d8eeb416b
Formatting fixes
...
Added some formatting fixes .
10 years ago
Abhishek Kumar
8c8ecd8da1
Initial draft of a naming proposal.
...
First draft for public review and comments.
Some code formatting is still broken.
10 years ago