in reply to Re: More sockets (sob!)
in thread More sockets (sob!)
So I don't see why the server is seeing "Connect!!" where it's supposed to see 9.my $message = pack("l",9); print "Sending message (",unpack("l",$message),") length of ",length($ +message), "\n"; $bytes_sent = syswrite( $main_socket, $message, length($message), 0); $message="Connect!!"; $bytes_sent = syswrite( $main_socket, $message, length($message), 0);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: More sockets (sob!)
by tye (Sage) on Sep 11, 2000 at 20:21 UTC | |
by swiftone (Curate) on Sep 11, 2000 at 20:32 UTC |