Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS basic package IPv6 compatibility?
#3
(2014-01-03, 23:45:37)Everyone Wrote: (...) As long as server and client can connect, everything will work.

Everyone,

Well, basically your statement is true. However, the IP address is used at a handful of places in the GS code. An that's exactly where the underlaying protocal actually matters.

For IPv6 the remote IP address format retrieved by PHP would look similar to this: 2600:3c00::f03c:91ff:fe93:dcd4, whereas for IPv4 it is something like 123.234.231.210. The composition of that string differs substantially.

Since that string is subsequentially used for e.g. hash calculation and other purposes, the format does matter, so in turn the underlaying protocol matters. If an unexpected format gets processed, PHP errors could be thrown.

What I saw when digging into the GS code is that regarding the basic package no problems should arise out of those differences. But I didn't dig deep, so that's why I was asking if anyone had more knowledge about potential problems arising out of IPv6.

Regards
Reply


Messages In This Thread
RE: GS basic package IPv6 compatibility? - by Transfer - 2014-01-04, 04:57:14



Users browsing this thread: 1 Guest(s)