I didn’t know these were important when I was reading on my own.
- socket details
- tcp handling of OOS
- tcp flow control, AWS
- smart ptr api and control-block manipulation
- make_shared details
- enable_shared_from_this
- auto_ptr vs unique_ptr
- multiple inheritance, casting
- template techniques
- std::forward
- exception catching/re-throwing
- q[ … ] variadic template params
- inline: impact on performance
- throwing dtor
- details of pure virtual