1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-01 12:08:24 +00:00
This commit is contained in:
Charles Kerr 2007-12-13 02:03:29 +00:00
parent c8c9012697
commit daaa1d6559

View file

@ -56,8 +56,8 @@ typedef struct {
#define NATPMP_RESPTYPE_UDPPORTMAPPING (2)
/* Values to pass to sendnewportmappingrequest() */
#define NATPMP_PROTOCOL_TCP (1)
#define NATPMP_PROTOCOL_UDP (2)
#define NATPMP_PROTOCOL_UDP (1)
#define NATPMP_PROTOCOL_TCP (2)
/* NATPMP_ERR_INVALIDARGS : invalid arguments passed to the function */
#define NATPMP_ERR_INVALIDARGS (-1)