Skip Menu |

This queue is for tickets about the Net-TFTPd CPAN distribution.

Report information
The Basics
Id: 18607
Status: resolved
Worked: 1 min
Priority: 0/
Queue: Net-TFTPd

People
Owner: lmasarati [...] hotmail.com
Requestors: boldin.pavel [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: setsockopt bug - no data in input/output
Setting recv and send buffer to zero (by setsockopt) may cause (and it is) some strange behavior: select() call don't return correctly (i.e. don't see any input on filedes). This is because (AFAIK) buffer sizes are zeroed and all input/output are just dropped. to fix that I just commented strings with setsockopt system calls (on $udpserver object)
Ok, has been fixed (as you suggested) in release 0.03 Thanks. Luigino.