mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Added new Upnp interface fn, and dummy implementations.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5734 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d208b59d33
commit
a5f52e85a1
4 changed files with 31 additions and 0 deletions
|
@ -64,6 +64,9 @@ virtual void setExternalPort(unsigned short eport_in);
|
|||
virtual bool getInternalAddress(struct sockaddr_in &addr);
|
||||
virtual bool getExternalAddress(struct sockaddr_in &addr);
|
||||
|
||||
/* TO IMPLEMENT: New Port Forward interface to support as many ports as necessary */
|
||||
virtual bool requestPortForward(const PortForwardParams ¶ms) { return false; }
|
||||
virtual bool statusPortForward(const uint32_t fwdId, PortForwardParams ¶ms) { return false; }
|
||||
|
||||
/* pqiNetAssistConnect - external interface functions */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue