do_not_reverse_lookup.diff
| ext/socket/init.c (working copy) | ||
|---|---|---|
| 28 | 28 |
VALUE rb_cSOCKSSocket; |
| 29 | 29 |
#endif |
| 30 | 30 | |
| 31 |
int rsock_do_not_reverse_lookup = 0;
|
|
| 31 |
int rsock_do_not_reverse_lookup = 1;
|
|
| 32 | 32 | |
| 33 | 33 |
void |
| 34 | 34 |
rsock_raise_socket_error(const char *reason, int error) |