lokinet/test/net
Jason Rhinelander 9950adf472 Remove unneeded split(str, char) method
This function had a bug in stable (fixed in dev) when `last` returns
npos, but the function also appears to basically be duplicating what the
next split version can do, so this just removes it and uses the single
more generic split(strview, strview) method.
2021-08-11 00:26:52 -03:00
..
test_ip_address.cpp Begin implementing SockAddr 2020-05-08 11:23:21 -06:00
test_llarp_net.cpp remove test case 2021-04-26 10:42:19 -04:00
test_sock_addr.cpp Remove unneeded split(str, char) method 2021-08-11 00:26:52 -03:00