Revision: 14323 Author: adrian.chadd Date: Sun Oct 18 19:14:46 2009 Log: Comment what this new tos-getting call does
http://code.google.com/p/lusca-cache/source/detail?r=14323 Modified: /branches/LUSCA_HEAD/libiapp/comm.c ======================================= --- /branches/LUSCA_HEAD/libiapp/comm.c Wed Sep 30 00:25:34 2009 +++ /branches/LUSCA_HEAD/libiapp/comm.c Sun Oct 18 19:14:46 2009 @@ -1174,6 +1174,14 @@ debug(5, 1) ("commSetTcpKeepalive: FD %d: %s\n", fd, xstrerror()); } +/* + * Get the current TOS from the socket. + * + * This returns the current TOS as set on the socket. It does not return + * the "tos" field from the comm struct. + * + * If the socket tos could not be read, -1 is returned. + */ int commGetSocketTos(int fd) { --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en -~----------~----~----~----~------~----~------~--~---
