Rename rsock_raise_socket_error to rsock_raise_resolution_error

Again, rsock_raise_socket_error is called only when getaddrinfo and getaddrname fail
This commit is contained in:
Misaki Shioi 2023-11-23 16:52:18 +09:00 committed by Yusuke Endoh
parent 52f6de4196
commit 5f62b1d00c
4 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@ static VALUE sym_wait_readable;
static ID id_error_code;
void
rsock_raise_socket_error(const char *reason, int error)
rsock_raise_resolution_error(const char *reason, int error)
{
#ifdef EAI_SYSTEM
int e;