bob icon indicating copy to clipboard operation
bob copied to clipboard

A peer-to-peer file-transfer tool in OCaml

Results 15 bob issues
Sort by recently updated
recently updated
newest added

I'm running latest bob.com in a Cygwin shell on Windows, and got this error: ``` Fatal error: exception Sys_error("Mtime_clock: clock_gettime () failed") ```

bug

Actually, `Fiber‧pick` does not follow the same semantic than `Lwt‧pick`: it does not cancel the other task when the first one is resolved. It's not a problem as is for...

invalid

This PR breaks our protocol where the identity of peers matters now. The identity is not the IP address of the peer but a seed generated by the relay. The...

`bob send` works just fine but `bob recv` freezes after it displays the `Accept from : [Y/n]:` message and i press enter.