![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Public Member Functions | |
| socket_t (context_t &context_, int type_) | |
| operator void * () | |
| void | setsockopt (int option_, const void *optval_, size_t optvallen_) |
| void | getsockopt (int option_, void *optval_, size_t *optvallen_) |
| void | bind (const std::string &addr_) |
| void | unbind (const std::string &addr_) |
| int | tryUnbind (const std::string &addr_) |
| void | connect (const std::string &addr_) |
| void | disconnect (const std::string &addr_) |
| int | tryDisconnect (const std::string &addr_) |
| bool | send (message_t &msg_, int flags_=0) |
| bool | send (message_t &&msg_, int flags_=0) |
| bool | recv (message_t *msg_, int flags_=0) |
Public Attributes | |
| context_t * | context_ |
1.7.6.1