Hi All,
        Is it possible to do file-operations (open/fopen, close/fclose,...) in
user-space handler of QUEUE target packets? In my program I'm sending a copy
of some received-packet to remote host. For that I'm reading host addresses
from a configuration file. When I do file operations then I get error
"Invalid argument" for every call of send(). If I initialize host address in
my program(Hard-Coding) and skip reading configuration file, then my send is
successfull :-O. Don't worry I've cared of network and byte orders.
        If this is problem with file operations then what is alternative?
        Thanks for your time to write in.
--Sumit



Reply via email to