[Quickfix-developers] IP Address Configuration Option
Brought to you by:
orenmnero
From: Jon D. <jd...@wi...> - 2004-11-15 16:35:45
|
Oren, Would it be diffucult to implement a configuration option to choose the ip address for the acceptor to listen on instead of INADDR_ANY? We have multiple nics/ip addresses on our boxes which serve other purposes than Order Entry. We simulated a nic failure in QA which didn't produce the expected results from QF - exception thrown resulting in a shutdown. I would imagine something like this in the config file: SocketAcceptAddress=192.168.254.254 or SocketAcceptAddress=Any /* Or just leave it out for INADDR_ANY */ -jd- |