diff options
author | Parménides GV <parmegv@sdf.org> | 2013-04-03 19:34:40 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-04-03 19:34:40 +0200 |
commit | 3e9a68fcc6c16be69abfa27d5fd3a2cbfc620bb0 (patch) | |
tree | eee38b81b77877de0524112b0636eb8ec3d50850 /hosts-for-android-emulator | |
parent | 7af9519591ea481718b4f903b97463250cc5f116 (diff) |
Fixed bug #2146 => A calculation is now fine. Next step: fix M1
calculation, since right now (using tests) response() method is not
doing OK.
Added new SRPSession modifying response() method from JBoss SRP
implementation.
Added hosts-for-android-emulator. Use with the following commands to be
able to test on api.lvh.me:
adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
adb push ~/workspace/leap_android/hosts-for-android-emulator
/system/etc/hosts
Diffstat (limited to 'hosts-for-android-emulator')
-rw-r--r-- | hosts-for-android-emulator | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts-for-android-emulator b/hosts-for-android-emulator new file mode 100644 index 00000000..b10103ef --- /dev/null +++ b/hosts-for-android-emulator @@ -0,0 +1,9 @@ +127.0.0.1 localhost +10.0.2.2 api.lvh.me + +# The following lines are desirable for IPv6 capable hosts +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters |