It works! Good.

Yes, sure! config.port is a pointers to config.port[0]. I should have used the & with config.port[0].
Now I can also re-add the const.

Thanks!