-
Problem with the port up 2^14.
2007-06-30 17:32:25 UTC by aetu_
-
I have add a fix
https://sourceforge.net/tracker/index.php?func=detail&aid=1745766&group_id=160485&atid=816037.
2007-06-30 17:15:10 UTC by aetu_
-
Problem with the port up 2^14.
2007-06-30 17:05:41 UTC by aetu_
-
Hello Adam,
while trying out sample.exe, I got two problems:
o My XML Document contains <URLbase> but you expect <baseURL> in your code.
(Please correct me if I go wrong in that case.)
o I needed to add a '/' between %s and %s in line 456 in upnp.c to get things work.
Otherwise a 'URL is not a valid HTTP URL.'-Error occurs.
If your code works for you, may be...
2007-04-17 22:15:08 UTC by eloos
-
MAX_PORT_SIZE is 16383, which is too small. For instance my router seems to use 49000.
Changing this to 65535, and all variables holding ports from "short" to "unsigned short" seems to work alright.
2007-02-16 23:20:00 UTC by nschum
-
Its cool that you want to incorporate NAT-PMP into the library. That way
Airport users won't be left out of NAT traversal. Hopefully you can put it
in soon!
2006-07-03 09:22:40 UTC by nobody
-
Your request will be taken into consideration :)
2006-04-27 21:50:19 UTC by nobody
-
Port for Delphi.
You could design a Port for Delphi.
It would be really very useful.
Thank you very much ;)
2006-04-24 23:35:17 UTC by nobody
-
awarring committed patchset 4 of module libnat to the LibNAT CVS repository, changing 3 files.
2006-04-21 17:31:58 UTC by awarring
-
I am the only developer right now! Lets get some help in here!
2006-03-14 00:12:29 UTC by awarring