Subj : Socket Test
To : MCMLXXIX
From : Deuce
Date : Tue Apr 29 2008 08:24 pm
Re: Socket Test
By: Deuce to MCMLXXIX on Tue Apr 29 2008 07:35 pm
> > both had the same result, listen error: 45
> > but there didn't seem to be a problem binding them either way
>
> Heh, whoops, mixing my protocols there. You don't listen() for UDP since
> it's connectionless.
>
> Remove the listen() call and all should be good.
Here's the code updated to do it both ways:
load("sbbsdefs.js");
load("sockdefs.js");