Results 1 to 1 of 1
Hello,
i am trying to implement simple udp server in loadable module with blocking read on udp socket which has to loop,listening to incoming udp traffic..
It doesn't seem as ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-10-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 5
long running process in module -?
Hello,
i am trying to implement simple udp server in loadable module with blocking read on udp socket which has to loop,listening to incoming udp traffic..
It doesn't seem as init_module would be the proper place for that loop...For one, it would prevent init_module from complition
What would be the standard method to "spawn" the udp listener from init_module?
Thanks,
-V


Reply With Quote
