Files
gem5/src/base
Gabe Black 44896ba35b base: Fix forcing loopback only binding for listeners.
Despite online documentation, the type used for sin_addr.s_addr is not
actually an unsigned long, it is an in_addr_t. When an unsigned long is a 64
bit value, the endian conversion moves the relevant bits of the 32 bit
in_addr_t to positions which are truncated away. This forces the value to 0
which means to bind to any interface, the opposite of the intended effect.

Change-Id: I53c63dea6bd88144dfef1a9a49b478fab30a8ba2
Reviewed-on: https://gem5-review.googlesource.com/5301
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
2017-10-30 22:15:45 +00:00
..
2017-03-09 22:42:45 +00:00
2016-02-06 17:21:18 -08:00
2006-05-31 19:26:56 -04:00
2015-09-30 15:21:55 -05:00
2016-02-06 17:21:18 -08:00
2016-02-06 17:21:18 -08:00
2006-05-31 19:26:56 -04:00
2006-05-31 19:26:56 -04:00
2011-04-13 09:32:19 -07:00
2012-04-22 05:20:44 -07:00
2017-05-02 12:37:32 +00:00
2017-05-02 12:37:32 +00:00