Furrent
Classes | Typedefs | Enumerations
fur::download::socket Namespace Reference

Classes

struct  AsioEngine
 
class  Socket
 

Typedefs

using timeout = std::chrono::steady_clock::duration
 

Enumerations

enum  SocketError { SocketError::Timeout, SocketError::Other }
 

Typedef Documentation

◆ timeout

using fur::download::socket::timeout = typedef std::chrono::steady_clock::duration

Enumeration Type Documentation

◆ SocketError

Enumerator
Timeout 

Socket timed out.

Other 

Socket experienced some other generic error.