15 Commits (423fef1416539ebbf322c52f1caeb26fbbd197ad)

Author SHA1 Message Date
  Jae Kwon fb64314d1c Review from Anton 6 years ago
  Jae Kwon 901b456151 P2P now works with Amino 6 years ago
  Jae Kwon 6c345f9fa2 First stab: p2p/conn 6 years ago
  Anton Kaliaev 22b038810a
do not block in recvRoutine 6 years ago
  Anton Kaliaev 26419fba28
refactor code plus add one more test 7 years ago
  Anton Kaliaev f4ff66de30
rewrite pong timer to use time.AfterFunc 7 years ago
  Anton Kaliaev 747b73cb95
fix merge conflicts 7 years ago
  Anton Kaliaev 3ae738f453
increase timeouts 7 years ago
  Anton Kaliaev 860da464df
remove weird concurrency testing 7 years ago
  Anton Kaliaev 4e2000abfe
control order by sending msgs from one goroutine 7 years ago
  Anton Kaliaev 5834a59816
read ping 7 years ago
  Anton Kaliaev b28b76ddf7
rename pingTimeout to pingInterval, pongTimer is now time.Timer 7 years ago
  zbo14 91e4f4b786
ping/pong timeout in config 7 years ago
  zbo14 1d16df6a92
add test, TrySend in broadcast 7 years ago
  Ethan Buchman 44e967184a p2p: tmconn->conn and types->p2p 7 years ago
  Ethan Buchman 5b5cbaa66a p2p: use sub dirs 7 years ago
  Anton Kaliaev 69b5da766c
service#Start, service#Stop signatures were changed 7 years ago
  Zach Ramsay d7cb291fb2 errcheck; sort some stuff out 7 years ago
  Zach Ramsay 15651a931e linting errors: tackle p2p package 7 years ago
  Emmanuel Odeke 283544c7f3
p2p: use fake net.Pipe since only >=Go1.10 implements SetDeadline 7 years ago
  Petabyte Storage 51c9211cf4 add test for MConnection TrySend and Send 7 years ago
  Ethan Buchman 37ce171061 p2p/connetion: remove panics, test error cases 7 years ago
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Buchman 56c60fba23 go-p2p -> tendermint/p2p 7 years ago
  Ethan Buchman 23a6a6f8fc move into p2p package 7 years ago
  Anton Kaliaev 8655e2456e
it is non-deterministic (could fail sometimes) 7 years ago
  Anton Kaliaev 2ac69176e1
add a comment for MConnection#CanSend 7 years ago
  Anton Kaliaev ebe23f1379
refactor MConnection#sendBytes 7 years ago
  Anton Kaliaev 5b0489cdb4
use plain struct instead of go-config 7 years ago
  Anton Kaliaev b8a939a894
test non persistent mconnection 7 years ago
  Anton Kaliaev 549d3bd09a
tests for MConnection 7 years ago