Getting TCP to use ports above 5000

How can I get my socket server to assign ports above 5000? I know you can
tune other kernels to do this, but I have no clue how to do it in QNX.

TIA,

Jim

“Jim Lambert” <jlambert@futurex.com> wrote in message
news:a0m1a2$qtf$1@inn.qnx.com

How can I get my socket server to assign ports above 5000? I know you
can
tune other kernels to do this, but I have no clue how to do it in QNX.

Typically you would do this via a sysctl() request to change the
ip.anonportmax (and/or anonportmin as approp.). Currently in 6.1(a), it’s
not configurable but this has been changed for the up coming release.

-Adam

Great!


“Core OS Product Group” <os@qnx.com> wrote in message
news:a0vgq7$7p1$1@nntp.qnx.com

“Jim Lambert” <> jlambert@futurex.com> > wrote in message
news:a0m1a2$qtf$> 1@inn.qnx.com> …
How can I get my socket server to assign ports above 5000? I know you
can
tune other kernels to do this, but I have no clue how to do it in QNX.

Typically you would do this via a sysctl() request to change the
ip.anonportmax (and/or anonportmin as approp.). Currently in 6.1(a), it’s
not configurable but this has been changed for the up coming release.

-Adam