server ? forcing the port ?

Monkey Forums/Monkey Programming/server ? forcing the port ?

Paul - Taiphoz(Posted 2012) [#1]
is there any way to force the little server's port, currently each time we build it just picks a random port and executes on that.

I would like a flag in our code if possible where we can set which port it uses.

#serverport:1000 for example.

I have more than one PC, and I like to test from different locations on my local network, having the port change each time is a little annoying.

just thought id ask.