Nobody's going to run a /8 on a single LAN segment. If you want maximum efficiency, your hosts all have RFC1918 IPs and you route the public IP addresses to them. zero wastage, everything usable.
`[[no_unique_address]]` in C++20 should also resolve this and permit a zero-size object.
Actually this is effectively a broadcast/multicast MAC address. The first byte of your MAC address should always be an even number. The value of the second bit is supposed to indicate if the MAC is "burned-in" and…
An iterator is a class. It can contain any private data you desire and mutate in any wonderful and/or stupid ways you desire. How it decides to compare equal to the .end() instance is also your call. Your example is not…
"The best extra virgin olive oil I've ever tasted" Oh shit, why was I banned?
I always used argep.hu for pricing computer bits. Dunno who's better
Well, there is. Say I'm an ISP with X million subscribers. Given a peering with Y GBit of throughput to someone like say, Twitch or Facebook; with multicast, I now only end up with a single load of data for each…
No, it's complete nonsense. NAT just happens to serve as a form of firewalling in IPv4 land because usually, the stuff behind your router has a private address. Proper firewalling is a matter of policies; it's…
Except in practice this is useless because you're now transmitting what is basically a corrupted packet. For this to work, L4 protocols would need to be completely redone to consider and work with this concept. Also,…
By any combination of assigning static IPv6 addresses, organising devices into separate L2 links (VLANs) and firewalling by IP prefix, rather than the entire /128.
This makes no sense at all. The notation can basically be anything you want - you could, if you wanted, invent a new notation for IPv4 or IPv6 right now. What actually matters is the packet format. You cannot make it…
What use-case are you envisioning where one needs to "carefully control" the allocator for STL types? Your idea of heavenly C++ sounds like my idea of hell.
I implemented a variety of GitFlow, but with an emphasis on automation. Normally you branch off of develop; hotfixes will be a branch off of master. Feature branches are combined with develop before being built and…
If you are able to have the reverse zone for your subnet delegated to nameservers under your control, you can use it as a "forward" zone too. DNS doesn't technically have the concept of forward and reverse - it's just…
Sounds like you got the reaction wrong. If you do it correctly, it should be possible to mafipulate it into powered embenzalmine nitrotamine.
Is ip6tables really necessary for this; wouldn't AnyIP work? namely: ip rou add local 2001:db8::/48 dev lo
Nobody's going to run a /8 on a single LAN segment. If you want maximum efficiency, your hosts all have RFC1918 IPs and you route the public IP addresses to them. zero wastage, everything usable.
`[[no_unique_address]]` in C++20 should also resolve this and permit a zero-size object.
Actually this is effectively a broadcast/multicast MAC address. The first byte of your MAC address should always be an even number. The value of the second bit is supposed to indicate if the MAC is "burned-in" and…
An iterator is a class. It can contain any private data you desire and mutate in any wonderful and/or stupid ways you desire. How it decides to compare equal to the .end() instance is also your call. Your example is not…
"The best extra virgin olive oil I've ever tasted" Oh shit, why was I banned?
I always used argep.hu for pricing computer bits. Dunno who's better
Well, there is. Say I'm an ISP with X million subscribers. Given a peering with Y GBit of throughput to someone like say, Twitch or Facebook; with multicast, I now only end up with a single load of data for each…
No, it's complete nonsense. NAT just happens to serve as a form of firewalling in IPv4 land because usually, the stuff behind your router has a private address. Proper firewalling is a matter of policies; it's…
Except in practice this is useless because you're now transmitting what is basically a corrupted packet. For this to work, L4 protocols would need to be completely redone to consider and work with this concept. Also,…
By any combination of assigning static IPv6 addresses, organising devices into separate L2 links (VLANs) and firewalling by IP prefix, rather than the entire /128.
This makes no sense at all. The notation can basically be anything you want - you could, if you wanted, invent a new notation for IPv4 or IPv6 right now. What actually matters is the packet format. You cannot make it…
What use-case are you envisioning where one needs to "carefully control" the allocator for STL types? Your idea of heavenly C++ sounds like my idea of hell.
I implemented a variety of GitFlow, but with an emphasis on automation. Normally you branch off of develop; hotfixes will be a branch off of master. Feature branches are combined with develop before being built and…
If you are able to have the reverse zone for your subnet delegated to nameservers under your control, you can use it as a "forward" zone too. DNS doesn't technically have the concept of forward and reverse - it's just…
Sounds like you got the reaction wrong. If you do it correctly, it should be possible to mafipulate it into powered embenzalmine nitrotamine.
Is ip6tables really necessary for this; wouldn't AnyIP work? namely: ip rou add local 2001:db8::/48 dev lo