[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DGRAM sockets, anyone uses them?
From: |
pyuste |
Subject: |
Re: DGRAM sockets, anyone uses them? |
Date: |
Thu, 10 Jan 2013 13:17:09 -0800 (PST) |
Thanks Jose.
I have found that the problem was buffer size.
If the received packet is larger than the space declared in
recv(sock,length) the recv function does not create the return variable and
trying to use it generates my error.
Regards.
--
View this message in context:
http://octave.1599824.n4.nabble.com/DGRAM-sockets-anyone-uses-them-tp4648411p4648756.html
Sent from the Octave - General mailing list archive at Nabble.com.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: DGRAM sockets, anyone uses them?,
pyuste <=