diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-10-21 13:32:42 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-10-21 13:32:42 +0200 |
commit | a8956ff09c06869b6c5bc5f525944d8c228e64e9 (patch) | |
tree | f7f46d39442090b83365022bb9c05c140a9962e1 /src/socket.c | |
parent | 4eaebf5ef25f97cc6960da9f1a29b61737da8abd (diff) | |
download | libmnl-a8956ff09c06869b6c5bc5f525944d8c228e64e9.tar.gz libmnl-a8956ff09c06869b6c5bc5f525944d8c228e64e9.zip |
doc: git tree update (now at netfilter.org) and fix listing in doxygen
This patch update the git tree address (now at netfilter.org) and
it also fixes a minor problem with the doxygen output in one of the
socket helpers.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/socket.c')
-rw-r--r-- | src/socket.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/socket.c b/src/socket.c index 53f98c7..a9ff053 100644 --- a/src/socket.c +++ b/src/socket.c @@ -55,7 +55,7 @@ * * \section scm Git Tree * The current development version of libmnl can be accessed at: - * http://1984.lsi.us.es/git/?p=libmnl/.git;a=summary + * http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libmnl.git;a=summary * * \section using Using libmnl * You can access several examples files under examples/ in the libmnl source @@ -247,13 +247,13 @@ int mnl_socket_close(struct mnl_socket *nl) * \param len the size of the buffer passed * * This function allows you to set some Netlink socket option. As of writing - * this, the existing options are: + * this (see linux/netlink.h), the existing options are: * - * #define NETLINK_ADD_MEMBERSHIP 1 - * #define NETLINK_DROP_MEMBERSHIP 2 - * #define NETLINK_PKTINFO 3 - * #define NETLINK_BROADCAST_ERROR 4 - * #define NETLINK_NO_ENOBUFS 5 + * - \#define NETLINK_ADD_MEMBERSHIP 1 + * - \#define NETLINK_DROP_MEMBERSHIP 2 + * - \#define NETLINK_PKTINFO 3 + * - \#define NETLINK_BROADCAST_ERROR 4 + * - \#define NETLINK_NO_ENOBUFS 5 * * In the early days, Netlink only supported 32 groups expressed in a * 32-bits mask. However, since 2.6.14, Netlink may have up to 2^32 multicast |