Files: - transport/strmsock.h - transport/strmsock.cpp
Currently port parameter is int. The code passes domain_conf->port there which is unsigned int. TCP/UDP ports has numbers from 0 to 65536.
Fixed in trunk (rev #7128)
Fixed in trunk (rev #7128)