OK Mike, tell me what I'm doing wrong...
This code is throwing "an error occurred in mn::StartServer whilst binding a socket...NetSocketSimple.cpp... Error code 10049... version 2.0"
REM DARKNET 2.0 MODIFICATIONS START
`mn Disable Debug
mn Toggle Error Mode 1
REM DARKNET 2.0 MODIFICATIONS END
return
function netServerStart()
mn start NET_INSTANCES, NET_THREADS
REM DARKNET 2.0 MODIFICATIONS START
myProfile = mn create instance profile()
mn Set Profile Local myProfile, NET_SERVER_NAME, NET_SERVER_PORT, NET_SERVER_NAME, NET_SERVER_PORT
mn Set Profile Mode UDP myProfile, NET_UDP_MODE
mn Set Profile Num Operations UDP myProfile, NET_MAX_OPERATIONS
REM DARKNET 2.0 MODIFICATIONS END
for i = 0 to (NET_INSTANCES - 1 )
REM DARKNET 2.0 MODIFICATIONS START
retval = mn Start Server(i, NET_CLIENTS_PER_INSTANCE, myProfile)
REM DARKNET 2.0 MODIFICATIONS END
I waded through the Doxygen doco that was in the ZIP file and this is as far as I could get. I believe I'm setting up the profile correctly. The variable types I'm sending in all match your doco.
Also, where is the updated DBPro documentation ??? -- I found the latex and html in the ZIP file, but no HELP doco was updated when I ran the DBPro Installer