5 | | * Please consider using the BNetworAddressResolver class, as in the example from ttcoder 19 months ago. It has a much nicer API, and would allow you to avoid those stringify macros completely. It's also much less likely to leak any memory with it, although your patch seems to deal with that appropriately. |
| 5 | * Please consider using the `BNetworAddressResolver` [1] class, as in the example from ttcoder 19 months ago. It has a much nicer API, and would allow you to avoid those stringify macros completely. It's also much less likely to leak any memory with it, although your patch seems to deal with that appropriately. |
| 6 | |
| 7 | [1] http://cgit.haiku-os.org/haiku/tree/headers/os/net/NetworkAddressResolver.h |