]> git.rkrishnan.org Git - functorrent.git/commit
handshake for server and client
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 18 Sep 2015 02:58:51 +0000 (08:28 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 18 Sep 2015 02:58:56 +0000 (08:28 +0530)
commita62ff37228afd1d13cfee8f86e45e33e6b7f2a10
tree48852a35490c45ef9cd8fdd160964038d826e2ce
parent225d009c7375cf080ff1f6b49faccb71f6863e07
handshake for server and client

Earlier implementation used a wrong handhake sequence for the server.
This commit fixes it. It is untested at the moment.
src/FuncTorrent/Peer.hs
src/FuncTorrent/Server.hs
src/main/Main.hs