1 2018-09-16T00:05:53 *** emilengler has joined #bitcoin-core-dev
2 2018-09-16T00:17:22 *** emilengler has quit IRC
3 2018-09-16T00:29:34 *** droark has joined #bitcoin-core-dev
4 2018-09-16T00:38:52 *** Chris_Stewart_5 has quit IRC
5 2018-09-16T01:12:51 *** jarthur has joined #bitcoin-core-dev
6 2018-09-16T01:16:21 *** dcousens has quit IRC
7 2018-09-16T02:21:47 *** jarthur_ has joined #bitcoin-core-dev
8 2018-09-16T02:24:24 *** jarthur has quit IRC
9 2018-09-16T02:32:19 *** rex4539 has quit IRC
10 2018-09-16T02:48:49 *** jarthur_ is now known as jarthur
11 2018-09-16T02:49:48 *** droark has quit IRC
12 2018-09-16T03:05:16 *** niska has quit IRC
13 2018-09-16T03:10:38 *** niska has joined #bitcoin-core-dev
14 2018-09-16T03:32:02 *** Krellan has quit IRC
15 2018-09-16T03:32:51 *** Krellan has joined #bitcoin-core-dev
16 2018-09-16T04:12:44 *** Cory has quit IRC
17 2018-09-16T04:19:26 *** Cory has joined #bitcoin-core-dev
18 2018-09-16T04:43:16 *** droark has joined #bitcoin-core-dev
19 2018-09-16T05:07:58 *** schnerchi has joined #bitcoin-core-dev
20 2018-09-16T05:15:07 *** schnerchi has quit IRC
21 2018-09-16T05:25:51 *** miknotauro has quit IRC
22 2018-09-16T05:40:32 *** Krellan has quit IRC
23 2018-09-16T05:41:06 *** Krellan has joined #bitcoin-core-dev
24 2018-09-16T05:51:01 *** TheHoliestRoger has quit IRC
25 2018-09-16T05:53:55 *** TheHoliestRoger has joined #bitcoin-core-dev
26 2018-09-16T05:59:24 *** TheHoliestRoger has quit IRC
27 2018-09-16T06:02:11 *** TheHoliestRoger has joined #bitcoin-core-dev
28 2018-09-16T06:03:24 *** jarthur has quit IRC
29 2018-09-16T06:38:40 *** rex4539 has joined #bitcoin-core-dev
30 2018-09-16T06:40:25 *** copumpkin has quit IRC
31 2018-09-16T06:45:47 *** murrayn has quit IRC
32 2018-09-16T06:46:11 *** drexl has quit IRC
33 2018-09-16T07:17:07 *** copumpkin has joined #bitcoin-core-dev
34 2018-09-16T07:18:20 *** Jmabsd has joined #bitcoin-core-dev
35 2018-09-16T07:18:50 <Jmabsd> What IO library / modality is Bitcoin Core using for its TCP data channels and TCP IO scheduling? (e.g. Boost ASIO)
36 2018-09-16T07:20:09 <gmaxwell> ...
37 2018-09-16T07:20:39 <gmaxwell> for P2P? the posix sockets api and the freeking os kernel.
38 2018-09-16T07:21:43 *** copumpkin has quit IRC
39 2018-09-16T07:35:14 *** Victorsueca has quit IRC
40 2018-09-16T07:36:35 *** Victorsueca has joined #bitcoin-core-dev
41 2018-09-16T07:48:55 *** ExtraCrispy has joined #bitcoin-core-dev
42 2018-09-16T07:51:16 <Jmabsd> gmaxwell: so Bitcoin Core runs its own epoll()/poll()/select() call?
43 2018-09-16T07:51:25 <sipa> yes
44 2018-09-16T07:51:38 <Jmabsd> great, thx - actually where is it in the codee?
45 2018-09-16T07:51:38 <sipa> select()
46 2018-09-16T07:51:43 <sipa> net.xpp
47 2018-09-16T07:51:47 <sipa> net.cpp
48 2018-09-16T07:51:48 <Jmabsd> sipa: select() has a limit of 128 concurrent connections?
49 2018-09-16T07:53:10 <Jmabsd> yeah anyhow select() is cool, incredibly cross-platform.
50 2018-09-16T07:54:58 <sipa> no, 1024 iirc on most platforms
51 2018-09-16T07:55:54 *** murrayn has joined #bitcoin-core-dev
52 2018-09-16T08:12:08 <wumpus> luke-jr: that is true, on windows the SOCKET type exists already and is defined as we defined it; defining it as a different integer type on different platforms is for sure going to break things
53 2018-09-16T08:13:22 <wumpus> luke-jr: I'm sure it's possible to abstract away 'what is a socket handle' but would be better to wrap it into some class then so that it can't accidentally be treated as integer at all
54 2018-09-16T08:27:57 *** droark has quit IRC
55 2018-09-16T10:12:55 *** vexbuy has joined #bitcoin-core-dev
56 2018-09-16T10:13:29 *** vexbuy has quit IRC
57 2018-09-16T10:16:26 *** sfhi has joined #bitcoin-core-dev
58 2018-09-16T10:26:27 *** Cory has quit IRC
59 2018-09-16T10:47:54 *** Jmabsd has quit IRC
60 2018-09-16T11:04:31 *** Guyver2 has joined #bitcoin-core-dev
61 2018-09-16T11:35:50 *** AaronvanW has joined #bitcoin-core-dev
62 2018-09-16T11:51:13 *** rex4539 has quit IRC
63 2018-09-16T11:52:12 *** sfhi has quit IRC
64 2018-09-16T12:05:53 *** Chris_Stewart_5 has joined #bitcoin-core-dev
65 2018-09-16T12:24:02 *** morcos has quit IRC
66 2018-09-16T12:24:19 *** morcos has joined #bitcoin-core-dev
67 2018-09-16T12:48:46 *** SopaXorzTaker has joined #bitcoin-core-dev
68 2018-09-16T13:23:55 *** sfhi has joined #bitcoin-core-dev
69 2018-09-16T13:27:12 *** Victorsueca has quit IRC
70 2018-09-16T13:28:20 *** Victorsueca has joined #bitcoin-core-dev
71 2018-09-16T13:37:26 *** hebasto_ has joined #bitcoin-core-dev
72 2018-09-16T13:37:43 *** hebasto_ has quit IRC
73 2018-09-16T13:39:43 *** hebasto has joined #bitcoin-core-dev
74 2018-09-16T13:47:07 *** promag has joined #bitcoin-core-dev
75 2018-09-16T13:51:24 *** promag has quit IRC
76 2018-09-16T13:58:56 *** promag has joined #bitcoin-core-dev
77 2018-09-16T14:03:31 *** promag has quit IRC
78 2018-09-16T14:07:56 *** Krellan has quit IRC
79 2018-09-16T14:08:38 *** Krellan has joined #bitcoin-core-dev
80 2018-09-16T14:17:37 *** sfhi has quit IRC
81 2018-09-16T14:31:52 *** promag has joined #bitcoin-core-dev
82 2018-09-16T14:32:13 *** Chris_Stewart_5 has quit IRC
83 2018-09-16T14:36:27 *** promag has quit IRC
84 2018-09-16T14:52:49 *** emilengler has joined #bitcoin-core-dev
85 2018-09-16T15:05:02 *** promag has joined #bitcoin-core-dev
86 2018-09-16T15:10:44 *** promag has quit IRC
87 2018-09-16T15:12:14 *** copumpkin has joined #bitcoin-core-dev
88 2018-09-16T15:20:31 *** emilengler has quit IRC
89 2018-09-16T15:32:21 *** harrymm has quit IRC
90 2018-09-16T15:35:00 *** rex4539 has joined #bitcoin-core-dev
91 2018-09-16T15:41:37 *** promag has joined #bitcoin-core-dev
92 2018-09-16T15:44:42 *** harrymm has joined #bitcoin-core-dev
93 2018-09-16T15:46:06 *** promag has quit IRC
94 2018-09-16T15:49:42 *** hebasto has quit IRC
95 2018-09-16T15:49:47 *** hebasto_ has joined #bitcoin-core-dev
96 2018-09-16T15:55:05 *** harrymm has quit IRC
97 2018-09-16T15:57:41 *** harrymm has joined #bitcoin-core-dev
98 2018-09-16T15:59:39 *** harrymm_ has joined #bitcoin-core-dev
99 2018-09-16T16:02:04 *** harrymm has quit IRC
100 2018-09-16T16:02:38 *** SopaXorzTaker has quit IRC
101 2018-09-16T16:08:53 *** promag has joined #bitcoin-core-dev
102 2018-09-16T16:09:35 *** hebasto_ has quit IRC
103 2018-09-16T16:13:17 *** promag has quit IRC
104 2018-09-16T16:20:06 *** promag has joined #bitcoin-core-dev
105 2018-09-16T16:21:47 *** ula has joined #bitcoin-core-dev
106 2018-09-16T16:23:14 *** promag has quit IRC
107 2018-09-16T16:23:29 *** promag has joined #bitcoin-core-dev
108 2018-09-16T16:34:53 *** ghost43 has quit IRC
109 2018-09-16T16:35:42 *** ghost43 has joined #bitcoin-core-dev
110 2018-09-16T16:37:40 *** hebasto has joined #bitcoin-core-dev
111 2018-09-16T16:47:24 *** promag has quit IRC
112 2018-09-16T17:14:13 *** owowo has quit IRC
113 2018-09-16T17:14:54 *** Guyver2 has quit IRC
114 2018-09-16T17:17:59 *** SopaXorzTaker has joined #bitcoin-core-dev
115 2018-09-16T17:19:07 *** YSqTU2XbB has joined #bitcoin-core-dev
116 2018-09-16T17:19:20 *** owowo has joined #bitcoin-core-dev
117 2018-09-16T17:23:19 *** cyber55 has quit IRC
118 2018-09-16T17:26:04 *** YSqTU2XbB has quit IRC
119 2018-09-16T17:53:00 *** emilengler has joined #bitcoin-core-dev
120 2018-09-16T18:01:24 *** emilengler has quit IRC
121 2018-09-16T18:04:09 *** harrymm_ has quit IRC
122 2018-09-16T18:20:05 *** SopaXorzTaker has joined #bitcoin-core-dev
123 2018-09-16T18:22:44 *** harrymm_ has joined #bitcoin-core-dev
124 2018-09-16T18:44:58 *** rex4539 has joined #bitcoin-core-dev
125 2018-09-16T18:59:13 *** SopaXorzTaker has quit IRC
126 2018-09-16T19:20:38 *** rex4539 has quit IRC
127 2018-09-16T19:27:12 *** lnostdal has quit IRC
128 2018-09-16T19:29:07 *** hebasto has quit IRC
129 2018-09-16T19:29:12 *** hebasto_ has joined #bitcoin-core-dev
130 2018-09-16T19:40:57 *** quer has quit IRC
131 2018-09-16T19:41:27 *** quer has joined #bitcoin-core-dev
132 2018-09-16T19:41:33 *** intcat has quit IRC
133 2018-09-16T19:43:01 *** intcat has joined #bitcoin-core-dev
134 2018-09-16T19:50:15 *** intcat has quit IRC
135 2018-09-16T19:51:41 *** intcat has joined #bitcoin-core-dev
136 2018-09-16T19:57:20 *** quer has quit IRC
137 2018-09-16T19:57:45 *** quer has joined #bitcoin-core-dev
138 2018-09-16T19:58:04 *** rex4539 has joined #bitcoin-core-dev
139 2018-09-16T20:07:29 *** promag has joined #bitcoin-core-dev
140 2018-09-16T20:35:15 *** elichai2 has joined #bitcoin-core-dev
141 2018-09-16T20:40:39 *** lnostdal has joined #bitcoin-core-dev
142 2018-09-16T21:20:13 *** promag has quit IRC
143 2018-09-16T21:43:21 *** rex4539 has quit IRC
144 2018-09-16T21:49:06 *** rex4539 has joined #bitcoin-core-dev
145 2018-09-16T21:53:21 *** rex4539 has quit IRC
146 2018-09-16T21:56:33 *** jhfrontz has joined #bitcoin-core-dev
147 2018-09-16T22:07:02 *** rex4539 has joined #bitcoin-core-dev
148 2018-09-16T22:35:08 *** masonicboom has joined #bitcoin-core-dev
149 2018-09-16T22:38:37 *** spinza has quit IRC
150 2018-09-16T22:49:34 *** jarthur has joined #bitcoin-core-dev
151 2018-09-16T22:52:05 *** grubles has joined #bitcoin-core-dev
152 2018-09-16T22:56:45 *** Zenton has quit IRC
153 2018-09-16T23:01:05 *** spinza has joined #bitcoin-core-dev
154 2018-09-16T23:12:42 <pierre_rochard> I've added three shortcut buttons to apply filters on bitcoinacks.com - "Ready for Review", "Ready for Maintainer", and "User-Facing Only". They are additive, so you can click "Ready for Review" and then "User-Facing Only". Feel free to contact me or file an issue if you would like an additional shortcut button or to modify an existing one
155 2018-09-16T23:13:34 <pierre_rochard> (These are rough, so for example a PR with two Concept ACKs isn't necessarily ready for a maintainer to take a look at and merge)
156 2018-09-16T23:23:17 *** intcat has quit IRC
157 2018-09-16T23:26:05 *** intcat has joined #bitcoin-core-dev
158 2018-09-16T23:32:15 *** AaronvanW has quit IRC