Vasil Dimov

Results 51 issues of Vasil Dimov

Hello, I have a shared bzr repository with about 400 branches in it, is there an easy way to convert that to git? I can do this by creating a...

Make sure `errno` is always set if `false` is to be returned. Also retry if `write(2)` returns 0.

Add support for generating a transient, one-time I2P address for ourselves when making I2P outbound connection and discard it once the connection is closed. Background --- In I2P connections, the...

P2P

i2pd on the server side (`STREAM ACCEPT`) would deterministically crash following a basic SAM session: The server listens for a connection via I2P SAM: ``` # 127.0.0.1.14746 > 127.0.0.1.7656 HELLO...

needs info
SAM

socketcluster would send ping requests (and expect responses in time) even when traffic is ongoing on a connection. In general, ping keep-alive packets have two purposes: * to check whether...

The documentation at https://socketcluster.io/#!/docs/api-socketcluster reads: > // The interval in milliseconds on which to // send a ping to the client to check that // it is still alive pingInterval:...

**Expected behavior** Bitcoin Core, ideally, should always have peers to try to connect to just like when started for the very first time (empty `peers.dat`). It should not be more...

Bug
P2P

The reconciliation protocol assumes using one role consistently. Since it is irrelevant which one is which, we can imply that the initiator of the P2P connection will assume the role...

In the process of doing so, refactor `ConsumeNetAddr()` to generate the addresses from IPv4, IPv6, Tor, I2P and CJDNS networks in the same way - by preparing some random stream...

Tests

To improve privacy, relay locally submitted transactions (from the wallet or via RPC) to the P2P network only via Tor or I2P short-lived connections. * Introduce a new connection type...

Brainstorming
Needs rebase