Discussion:
library for network address
(too old to reply)
Smith
2010-05-19 12:58:51 UTC
Permalink
Hi All,

Is there any library for NAT like OpenSSL?

I would like to use NAT lib in my application like socket
create/send/recive/close functionalities. Is it possible?

Or Should I do more stuff for this?

Can anybody give brief idea about NAT(TCP and UDP) usage in my application
and library location.

Thanks in advance,
jjoohhnn.
m
2010-05-22 20:41:34 UTC
Permalink
NAT is usually transparent to applications as it is usually performed by
routers & firewalls. What are you trying to achieve?
Post by Smith
Hi All,
Is there any library for NAT like OpenSSL?
I would like to use NAT lib in my application like socket
create/send/recive/close functionalities. Is it possible?
Or Should I do more stuff for this?
Can anybody give brief idea about NAT(TCP and UDP) usage in my application
and library location.
Thanks in advance,
jjoohhnn.
Loading...