IP address encode/decode test.
All checks were successful
The build was successful.

This commit is contained in:
2019-04-10 11:28:57 +02:00
parent ee7b1e56ae
commit 46250f0cd8
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
127.0.0.1 ==> 7f000001
192.168.2.1 ==> c0a80201
7f000001 ==> 127.0.0.1
c0a80201 ==> 192.168.2.1