|
|
|
|
|
by simoncion
3824 days ago
|
|
Unless you're working on a really strange OS, for normal client software, v6 doesn't work any differently than v4. It's IP with a larger address space. It's only when you get down to the level where you're doing things like acquiring an address [0] that you need to worry about the differences. [0] Or -I guess- doing multi/broadcast. IPv6 substantially simplified broadcast. Send your packet to ff02::1 [1] to get the same functionality as IPv4 broadcast. [1] http://www.iana.org/assignments/ipv6-multicast-addresses/ipv... |
|