hello... I'm having a problem with the FLIPS server. I'm doing some transmission in TCP and i seems that the call from the client to the FLIPS server doesn't arrive. I've putten some printfs along the way in l4vfs_net_io_send_call and he does the call the IPC function... but i've putten also some debug message in l4vfs_net_io_send_component and it doesn't print out... so something is dying around here and i don't know where...:(
My questions are... in the FLIPS/L4vfs net_io server side where should i put the debug to see if the call has arrived? (i've tried in net_io-server.c and nothing is shown) i've sent something earlier trought that socket... i mean... it only dies when i try to send something the second time... am i missing something (the socket its the same it stays connected)? is there any problem with FLIPS that prevents me from sending something from a socket that is blocked in a recv in another thread (should't be because TCP is bi-directional)? thanks in advance Tiago _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
