Check whether AF_VSOCK sockets are supported on this host.
()
| 163 | return True |
| 164 | |
| 165 | def _have_socket_vsock(): |
| 166 | """Check whether AF_VSOCK sockets are supported on this host.""" |
| 167 | cid = get_cid() |
| 168 | return (cid is not None) |
| 169 | |
| 170 | |
| 171 | def _have_socket_bluetooth(): |