You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/net
Jason Rhinelander 56cbef6086 SockAddr fixes and cleanups
- Remove SIIT from method names & comments because we're doing IPv4
mapped addresses (::ffff:0:0/96) rather than actual SIIT
(::ffff:0:0:0/96).

- add constructor taking a string+numeric port (and then don't allow a
port in the string).

- simplify IP string parsing by using parse_int()

- replace addrIsV4 with call to ipv6_is_mapped_ipv4 (this also fixes a
bug where addrIsV4 was not checking for leading 0s and so could return
true for a public IPv6 that happened to have ffff in the wrong spot).
3 years ago
..
address_info.cpp get rid of use of llarp::IpAddress from hotpaths 3 years ago
address_info.hpp feedback from tom. 3 years ago
exit_info.cpp Removed RPI definition 4 years ago
exit_info.hpp Config file improvements (#1397) 4 years ago
ip.cpp make format 4 years ago
ip.hpp initial v6 exits 3 years ago
ip_address.cpp initial v6 exits 3 years ago
ip_address.hpp initial v6 exits 3 years ago
ip_packet.cpp tun code refactor (#1495) 3 years ago
ip_packet.hpp tun code refactor (#1495) 3 years ago
ip_range.cpp * rework exit codepath to allow multiple exits 4 years ago
ip_range.hpp SockAddr fixes and cleanups 3 years ago
ip_range_map.hpp Lns exits (#1407) 4 years ago
net.cpp SockAddr fixes and cleanups 3 years ago
net.h sun fix 5 years ago
net.hpp get rid of use of llarp::IpAddress from hotpaths 3 years ago
net_bits.hpp SockAddr fixes and cleanups 3 years ago
net_if.hpp use lokimq workers instead of llarp:🧵:ThreadPool 4 years ago
net_int.cpp get rid of use of llarp::IpAddress from hotpaths 3 years ago
net_int.hpp tun code refactor (#1495) 3 years ago
route.cpp get rid of use of llarp::IpAddress from hotpaths 3 years ago
route.hpp initial route poking 4 years ago
sock_addr.cpp SockAddr fixes and cleanups 3 years ago
sock_addr.hpp SockAddr fixes and cleanups 3 years ago
uint128.hpp Config file improvements (#1397) 4 years ago