Changes between Initial Version and Version 2 of Ticket #29
- Timestamp:
- Feb 25, 2009, 8:52:30 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29 – Description
initial v2 1 If no port number is given, tcp and udp currently bind to 41402 (see AribaModule.cpp). If two nodes run locally both choose this port and the latter one will fail to bind. Actually each node could choose a random port (best > 1024) and see which one it can bind to.1 If no port number is given, tcp and udp currently bind to 41402 (see !AribaModule.cpp). If two nodes run locally both choose this port and the latter one will fail to bind. Actually each node could choose a random port (best > 1024) and see which one it can bind to. 2 2 3 3 Or should all nodes bind to a default if none is given in the config? This would of course not allow multiple nodes one one machine as they would try to bind on the same default port.