You can actually run multiple apps on the same port in some cases, but the app with the most specific IP/port combination wins. I abused this once to write a transparent proxy for a game: the game server bound to 0.0.0.0, but the proxy bound to my actual ip address and forwarded through to localhost.
no subject
Date: 2008-12-03 03:28 am (UTC)no subject
Date: 2008-12-03 05:48 am (UTC)IN B4 THE OMGZ PLZ UZ A LJ-KUT MY FRIENDZ PAGE OMGWTFBBQ...
yeah.
no subject
Date: 2008-12-03 06:22 am (UTC)no subject
Date: 2008-12-03 12:36 pm (UTC)no subject
Date: 2008-12-03 06:15 pm (UTC)You can actually run multiple apps on the same port in some cases, but the app with the most specific IP/port combination wins. I abused this once to write a transparent proxy for a game: the game server bound to 0.0.0.0, but the proxy bound to my actual ip address and forwarded through to localhost.