avsm changed the topic of #mirage to: mirage 2 released! party on!
AltGr has joined #mirage
MrScout has joined #mirage
cojy_ has quit [Ping timeout: 256 seconds]
ericbmerritt has quit [Ping timeout: 256 seconds]
ericbmerritt has joined #mirage
cojy_ has joined #mirage
brson has joined #mirage
welterde has quit [Ping timeout: 256 seconds]
nojb has quit [Quit: nojb]
tlockney is now known as tlockney_away
welterde has joined #mirage
seangrove has quit [Ping timeout: 264 seconds]
brson has quit [Quit: leaving]
nullcat has joined #mirage
seangrove has joined #mirage
MrScout has quit [Remote host closed the connection]
seangrove has quit [Ping timeout: 240 seconds]
fedjo has joined #mirage
avsm has joined #mirage
nojb has joined #mirage
<hannes>
avsm: \o/
<avsm>
a Leak Free Experience (tm)
<hannes>
:)
dsheets has quit [Ping timeout: 256 seconds]
nojb has quit [Quit: nojb]
thomasga has joined #mirage
dsheets has joined #mirage
jonludlam has joined #mirage
thomasga has quit [Quit: Leaving.]
andreas has quit [Ping timeout: 255 seconds]
thomasga has joined #mirage
avsm has quit [Quit: Leaving.]
avsm has joined #mirage
AltGr has left #mirage [#mirage]
avsm has quit [Client Quit]
avsm has joined #mirage
nullcat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
avsm has quit [Quit: Leaving.]
yomimono has joined #mirage
avsm1 has joined #mirage
avsm1 has quit [Client Quit]
avsm1 has joined #mirage
andreas1 has joined #mirage
thomasga has quit [Quit: Leaving.]
avsm1 has quit [Quit: Leaving.]
fedjo has quit [Ping timeout: 246 seconds]
thomasga has joined #mirage
avsm has joined #mirage
thomasga has quit [Quit: Leaving.]
thomasga has joined #mirage
thomasga has quit [Quit: Leaving.]
thomasga has joined #mirage
thomasga has quit [Quit: Leaving.]
thomasga has joined #mirage
kdef has joined #mirage
yomimono has quit [Ping timeout: 256 seconds]
bugabinga has quit [Remote host closed the connection]
bugabinga has joined #mirage
nate_prime has joined #mirage
jonludlam has quit [Ping timeout: 264 seconds]
tlockney_away is now known as tlockney
thomasga has quit [Quit: Leaving.]
bugabinga has quit [Remote host closed the connection]
jonludlam has joined #mirage
kdef has quit [Quit: Leaving]
thomasga has joined #mirage
MrScout has joined #mirage
jonludlam has quit [Ping timeout: 264 seconds]
jonludlam has joined #mirage
andreas1 has quit [Quit: Leaving.]
<nate_prime>
What is the best way to go about debugging Mirage TCP handlers? I have a callback registered with "listen_tcpv4" that calls itself recursively, calling "read" then "write" before calling itself again
<nate_prime>
If i repeatedly send commands too close to each other, it trips up and seems to miss one so then it gets blocked on the read call
<nate_prime>
it occurs in a non-deterministic fashion where sometimes 20 calls repeated messages get through fine and other times it misses one and locks on #4
jonludlam has quit [Ping timeout: 264 seconds]
kdef has joined #mirage
nate_prime has quit [Ping timeout: 250 seconds]
brson has joined #mirage
bugabinga has joined #mirage
MrScout_ has joined #mirage
MrScout has quit [Ping timeout: 265 seconds]
avsm has quit [Quit: Leaving.]
dsheets has quit [Ping timeout: 276 seconds]
jonludlam has joined #mirage
nullcat has joined #mirage
bugabinga has quit [Remote host closed the connection]
avsm has joined #mirage
thomasga has quit [Quit: Leaving.]
thomasga has joined #mirage
jonludlam has quit [Ping timeout: 248 seconds]
dsheets has joined #mirage
yomimono has joined #mirage
bugabinga has joined #mirage
jonludlam has joined #mirage
rancidpolecat has joined #mirage
seangrove has joined #mirage
kdef has quit [Ping timeout: 244 seconds]
<rancidpolecat>
Can mirage run on the raspberry pi 1 or 2?
kdef has joined #mirage
MrScout_ has quit [Remote host closed the connection]
nate_prime has joined #mirage
MrScout has joined #mirage
MrScout has quit [Remote host closed the connection]
MrScout has joined #mirage
nate_prime has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nate_prime has joined #mirage
nate_prime has quit [Client Quit]
<avsm>
rancidpolecat: in userspace, but not as a kernel (yet!)
kdef has quit [Ping timeout: 248 seconds]
<rancidpolecat>
avsm: what about other single-board computers? does it only work on the cubieboard at the moment?
MrScout_ has quit [Remote host closed the connection]
<nate_prime>
hi. I was testing the echo example in mirage-tcpip and encountered the same scenario of missing a read. Is this a side effect of the unix configuration? (running on a mac)