salman aljammaz

Results 7 issues of salman aljammaz

The original implementation allowed the client to select an arbitrary slot. The signalling server still supports that. That worked by optimistically assuming we're side A, sending the PAKE A message...

backlog

it would be nice to figure out a way to resume transfers. maybe after sending a file metadata, wait for the other side to send an "offset" reply. in browsers,...

backlog

I'd imagine each file transfer creates a new datachannel. First message is a JSON encoded header, then the data chunked across a bunch of messages, then a hash.

backlog

Transfer throughput is usually well below the expected line rate. This is mainly down to the implementation of SCTP used. This is known and is tracked by upstream SCTP stacks:...

We could run a bunch of net namespaces and simulate various NAT setups between them to test transfer success rate. Testing Go client would be great. Bonus points if it...

I'm thinking a JSON trailer, like the JSON header, that has a sha256 sum of the file sent.

In the 'Send Bitcoins' activity, if I scan a QR code having already typed something in the address field the whole app crashes. It should probably just overwrite what's in...