Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 2195)

Ticket Resolution Summary Owner Reporter
#150 fixed pj_gethostip() should fallback to default interface when 127.x.x.x is returned, not just 127.0.0.1 (thanks Andrey Kuprianov) bennylp bennylp
#151 fixed pj_gethostip() should fallback to default interface when 127.x.x.x is returned, not just 127.0.0.1 (thanks Andrey Kuprianov) bennylp bennylp
Description

This is copy of ticket #150 for trunk.

#1925 fixed pj_getaddrinfo() cannot resolve IPv4 address to synthesized IPv6 address bennylp nanang
Description

Currently if IP address is inputted, it will simply return back the IP address. This behaviour is introduced by ticket #458 for tackling issues on Windows Mobile with no network connection.

Unfortunately, the behaviour may cause IPv4 -> IPv6 address resolution fails on Apple platforms:

If your app needs to connect to an IPv4-only server without a DNS hostname,
use getaddrinfo to resolve the IPv4 address literal. If the current network
interface doesn’t support IPv4, but supports IPv6, NAT64, and DNS64,
performing this task will result in a synthesized IPv6 address.

Thanks Johan Lantz for the report.

Note: See TracQuery for help on using queries.