Changeset 1725
- Timestamp:
- Apr 16, 2007, 5:48:52 AM (15 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/natpmp.c
r1720 r1725 334 334 pmp->mappedport); 335 335 tr_inf( "nat-pmp mapped port %i", pmp->mappedport ); 336 if( NULL != publicPort ) 337 { 338 *publicPort = pmp->mappedport; 339 } 336 340 break; 337 341 case TR_NET_WAIT: -
trunk/libtransmission/shared.c
r1720 r1725 177 177 /* Notify the trackers */ 178 178 SetPublicPort( s, port ); 179 /* Forward the new port */180 tr_natpmpForwardPort( s->natpmp, port );181 tr_upnpForwardPort( s->upnp, port );182 }179 } 180 /* Forward the new port */ 181 tr_natpmpForwardPort( s->natpmp, port ); 182 tr_upnpForwardPort( s->upnp, port ); 183 183 } 184 184
Note: See TracChangeset
for help on using the changeset viewer.