diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2011-01-27 18:29:29 -0800 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2011-01-27 18:29:29 -0800 |
commit | 8aa9759e4d1647b2c1adc1531734bda96e45e839 (patch) | |
tree | 3f42caae6f860758db525da646e95dfcdb5c48be /NOTES | |
parent | 227583f3ca499632d67893e38264a39cd7abc815 (diff) |
Fixed send-pong-using, pongs sent using connected address.
Fixed bug with incoming TCP connections and the sessions map.
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ (activate-tcp! my-peer 5678) (configure-inet-addresses! my-peer "tcp" (get-local-addresses) 5678) (activate-filesharing! my-peer) -(download-hostlist! (partial admit-hello! my-peer) "http://192.168.8.2:58080") +(download-hostlist! (partial admit-hello! my-peer) "http://localhost:58080") |