dedis / onet

Overlay Network for distributed protocols
GNU Lesser General Public License v3.0
51 stars 29 forks source link

merge Client and ClientKeep #589

Open tharvik opened 5 years ago

tharvik commented 5 years ago

Troughout onet/cothority, there is a separation made between client using keep-alive or not. I don't think that's necessary to have a specific interface to the keep-alive one. Also, is there a realistic use case where someone doesn't want to keep-alive? While I'm at it, timeout is also used around but rarely modified. Something like having an single configuration for client, with sane defaults on nil-values would fix it.