|
Squid Web Cache master
|
Go to the source code of this file.
Namespaces | |
| namespace | Comm |
| Abstraction layer for TCP, UDP, TLS, UDS and filedescriptor sockets. | |
Functions | |
| void | Comm::Write (const Comm::ConnectionPointer &conn, const char *buf, int size, AsyncCall::Pointer &callback, FREE *free_func) |
| void | Comm::Write (const Comm::ConnectionPointer &conn, MemBuf *mb, AsyncCall::Pointer &callback) |
| void | Comm::WriteCancel (const Comm::ConnectionPointer &conn, const char *reason) |
| Cancel the write pending on FD. No action if none pending. | |