JoystreamClassic / extension-cpp

C++ libtorrent extension library
MIT License
0 stars 3 forks source link

Too many low level alerts #17

Open bedeho opened 7 years ago

bedeho commented 7 years ago

Background

There are a lot of low level alerts which are sent, in particular having to do with the protocol_session library, which its not clear that we want independent notification about.

Problem

Both in terms of performance and clarity, its bad to have these alerts.

Solition/TODO

Please review list of alerts and see if anyone can be thrown out.