achow101 changed the topic of #bitcoin-core-dev to: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Weekly Meeting Thursday @ 16:00 UTC | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
dzxzg has quit [Quit: Konversation terminated!]
dzxzg has joined #bitcoin-core-dev
l0rinc has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 256 seconds]
kevkevin_ has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
l0rinc has quit [Quit: l0rinc]
kimsh has joined #bitcoin-core-dev
kimsh has quit [Client Quit]
kevkevin has quit [Ping timeout: 256 seconds]
dzxzg has quit [Quit: Konversation terminated!]
kevkevin has joined #bitcoin-core-dev
nanotube_ has quit [Ping timeout: 258 seconds]
kevkevin has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
nanotube_ has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 258 seconds]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
dzxzg has joined #bitcoin-core-dev
cmirror has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
MrHAPPY has quit []
kevkevin has quit [Ping timeout: 256 seconds]
Cory43 has quit [Quit: Client closed]
Cory43 has joined #bitcoin-core-dev
PaperSword has quit [Ping timeout: 258 seconds]
zumbi has quit [Ping timeout: 256 seconds]
dzxzg has quit [Read error: Connection reset by peer]
dzxzg has joined #bitcoin-core-dev
_durandal has quit [Ping timeout: 256 seconds]
_durandal has joined #bitcoin-core-dev
zumbi has joined #bitcoin-core-dev
mbrochh has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 258 seconds]
_durandal has quit [Ping timeout: 256 seconds]
durandal_ has joined #bitcoin-core-dev
l0rinc has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
durandal_ has quit [Ping timeout: 256 seconds]
kevkevin has quit [Ping timeout: 256 seconds]
kevkevin has joined #bitcoin-core-dev
durandal_ has joined #bitcoin-core-dev
PaperSword has joined #bitcoin-core-dev
l0rinc has quit [Ping timeout: 260 seconds]
l0rinc has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 258 seconds]
dzxzg has quit [Quit: Konversation terminated!]
PaperSword1 has joined #bitcoin-core-dev
PaperSword has quit [Ping timeout: 244 seconds]
PaperSword1 is now known as PaperSword
mbrochh has quit [Quit: Connection closed for inactivity]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
Christoph_ has joined #bitcoin-core-dev
Christoph_ has quit [Quit: Christoph_]
twistedline has quit [Remote host closed the connection]
twistedline has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 258 seconds]
kevkevin has joined #bitcoin-core-dev
Talkless has quit [Remote host closed the connection]
l0rinc has quit [Quit: l0rinc]
jerryf_ has joined #bitcoin-core-dev
jerryf has quit [Ping timeout: 272 seconds]
jerryf_ has quit [Remote host closed the connection]
jerryf has joined #bitcoin-core-dev
antanst has quit [Quit: The Lounge - https://thelounge.chat]
antanst has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 256 seconds]
Guest35 has joined #bitcoin-core-dev
Guest35 has quit [Client Quit]
kevkevin has joined #bitcoin-core-dev
jerryf has quit [Remote host closed the connection]
jerryf has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 258 seconds]
kevkevin has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [#bitcoin-core-dev]
Talkless has joined #bitcoin-core-dev
<sipa> _aj_: in your Q=0.9 simulation, what send interval did you use?
<sipa> for AVG_INTERVAL=5 (inbound), it would correspond to TIMEOUT=47.5s (=avg time in queue), or HALF_LIFE=32.9s
<sipa> for AVG_INTERVAL=2 (outbound), it would correspond to TIMEOUT=19.0s (=avg time in queue), or HALF_LIFE=13.2s
mbrochh has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
Talkless has quit [Quit: Konversation terminated!]
Talkless has joined #bitcoin-core-dev
Talkless has quit [Client Quit]
enochazariah has joined #bitcoin-core-dev
enochazariah has quit [Client Quit]
jerryf has quit [Remote host closed the connection]
TallTim_ has joined #bitcoin-core-dev
TallTim has quit [Ping timeout: 258 seconds]
kevkevin has quit [Ping timeout: 256 seconds]
jerryf has joined #bitcoin-core-dev
enochazariah has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
TallTim_ is now known as TallTim
mbrochh has quit [Quit: Connection closed for inactivity]
Christoph_ has joined #bitcoin-core-dev
hernanmarino_ has quit [Ping timeout: 244 seconds]
Christoph_ has quit [Quit: Christoph_]
bugs_ has joined #bitcoin-core-dev
<_aj_> sipa: https://gist.github.com/ajtowns/483881c4162575c31437398174abdf51 from my python repl history; my examples there use 60s rather than 47.5s
<_aj_> i guess dzxzg's gone, but the other thing is -- bursts generally mean there's more txs being relayed than can be confirmed in blocks, which in turn means many people likely will rbf their txs to get them into blocks, so delaying a tx may mean you never need to relay it, because it will be have already been replaced by the time you'd get around to it.
<sipa> _aj_: the R*t term is problematic, and should probably be R*AVG_INTERVAL instead
<sipa> because what to do when there is nothing to send? (a) update the last-send time, but that means the very first send after transactions arrive may just send a tiny amount if the last trickle was very recent (which is always the case for NoBan peers, but i think the effect is undesirable regardless)
<sipa> (b) don't update the last-send time, but then if there are no transactions to a peer for a while, followed by a blast of many, it'll get sent all at once
l0rinc has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
janb84 has quit [Ping timeout: 258 seconds]
janb84 has joined #bitcoin-core-dev
mudsip has joined #bitcoin-core-dev
enochazariah has quit [Ping timeout: 250 seconds]
zumbi_ has joined #bitcoin-core-dev
mudsip has quit []
durandal_ has quit [*.net *.split]
zumbi has quit [*.net *.split]
Saturday7 has quit [*.net *.split]
tarotfied has quit [*.net *.split]
kanzure has quit [*.net *.split]
gnusha has quit [*.net *.split]
phantomcircuit has quit [*.net *.split]
jackielove4u has quit [*.net *.split]
Holz has quit [*.net *.split]
jamesob156659 has quit [*.net *.split]
rogeliodh has quit [*.net *.split]
Christoph_ has joined #bitcoin-core-dev
Christoph_ has quit [Client Quit]
Saturday7 has joined #bitcoin-core-dev
durandal_ has joined #bitcoin-core-dev
tarotfied has joined #bitcoin-core-dev
kanzure has joined #bitcoin-core-dev
gnusha has joined #bitcoin-core-dev
phantomcircuit has joined #bitcoin-core-dev
jackielove4u has joined #bitcoin-core-dev
jamesob156659 has joined #bitcoin-core-dev
rogeliodh has joined #bitcoin-core-dev
kanzure has quit [Max SendQ exceeded]
kanzure has joined #bitcoin-core-dev
dzxzg has joined #bitcoin-core-dev
dzxzg has quit [Quit: Konversation terminated!]
dzxzg has joined #bitcoin-core-dev
dzxzg has quit [Client Quit]
rogeliodh has quit [Quit: Ping timeout (120 seconds)]
rogeliodh has joined #bitcoin-core-dev
jamesob1566595 has joined #bitcoin-core-dev
jamesob156659 has quit [Read error: Connection reset by peer]
jamesob1566595 is now known as jamesob156659
Zenton_ has joined #bitcoin-core-dev
Guest74 has joined #bitcoin-core-dev
Guest74 has quit [Client Quit]
ghost43 has joined #bitcoin-core-dev
ghost43_ has quit [Ping timeout: 272 seconds]
Ademan_ has quit [Remote host closed the connection]
jerryf_ has joined #bitcoin-core-dev
jerryf has quit [Ping timeout: 272 seconds]
dzxzg has joined #bitcoin-core-dev
jackielove4u2 has joined #bitcoin-core-dev
gnusha has quit [Ping timeout: 258 seconds]
durandal_ has quit [Ping timeout: 258 seconds]
tarotfied has quit [Ping timeout: 258 seconds]
jackielove4u has quit [Ping timeout: 258 seconds]
jackielove4u2 is now known as jackielove4u
Zenton_ has quit [Ping timeout: 258 seconds]
jamesob156659 has quit [Ping timeout: 258 seconds]
phantomcircuit has quit [Ping timeout: 258 seconds]
jamesob1566598 has joined #bitcoin-core-dev
phantomcircuit_ has joined #bitcoin-core-dev
gnusha has joined #bitcoin-core-dev
Zenton_ has joined #bitcoin-core-dev
dzxzg has quit [Quit: Konversation terminated!]
tarotfied has joined #bitcoin-core-dev
durandal_ has joined #bitcoin-core-dev
l0rinc has quit [Quit: l0rinc]
l0rinc has joined #bitcoin-core-dev
bugs_ has quit [Quit: Leaving]
warren_ has quit [Server closed connection]
warren has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 256 seconds]
kevkevin has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 265 seconds]
Talkless has quit [Quit: Konversation terminated!]
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 245 seconds]
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 250 seconds]
kevkevin has joined #bitcoin-core-dev
enochazariah has joined #bitcoin-core-dev
enochazariah has quit [Ping timeout: 250 seconds]
l0rinc has quit [Quit: l0rinc]
kevkevin has quit [Ping timeout: 252 seconds]
cmirror has quit [Ping timeout: 256 seconds]
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 252 seconds]
kevkevin has joined #bitcoin-core-dev
brunoerg_ has quit [Remote host closed the connection]