Hey

Here are some tests on Windows of the ecore_con k-s' branch using the
examples:


1) ecore_con_server|client_example, local-user: seems to work :

$ ./ecore_con_server_example.exe -t=local-user test 2
INFO: client added 030b55c8: 0.0.0.0
Sent 12 bytes to client 0.0.0.0
INFO: client data 030b55c8: 0.0.0.0
INFO:  - size: 6
-- BEGIN DATA --
hello!-- END DATA --

$ ./ecore_con_client_example.exe -t=local-user test 2
Server with ip (null) connected!
Sent 6 bytes to server
Received 12 bytes from server:
>>>>>
Hello World!
>>>>>


2) ecore_con_server|client_simple_example : error message(s) as soon as
the programs are launched :

$ ./ecore_con_server_simple_example.exe
ERR:ecore_con lib/ecore_con/ecore_con.c:593 efl_net_socket4() fcntl(344,
F_SETFD, FD_CLOEXEC): Bad file descriptor
ERR:ecore_con lib/ecore_con/efl_net_server_tcp.c:74
_efl_net_server_tcp_resolved_bind() socket(2, 1, 6): (null)

$ ./ecore_con_client_simple_example.exe 127.0.0.1 8080
ERR:ecore_con lib/ecore_con/ecore_con.c:593 efl_net_socket4()
fcntl(388, F_SETFD, FD_CLOEXEC): Bad file descriptor


3) ecore_ipc_server|client_example :

$ ./ecore_ipc_server_example.exe -t=user test 2
INFO: client added 00832de0: 0.0.0.0

$ ./ecore_ipc_client_example.exe -t=user test 2
INFO: server added 031be7b0: (null)
INFO: start typing some lines of text to send to server...
INFO: server data 031be7b0: (null)
INFO:  - major: 1, minor: 2, ref: 3 (to: 0)
INFO:  - response?: 1
INFO:  - size: 12
-- BEGIN DATA --
Hello World!-- END DATA --

and when I Ctrl-C the client :

$ ./ecore_ipc_server_example.exe -t=user test 2
INFO: client added 00832de0: 0.0.0.0
INFO: client deleted 00832de0: (null)

tell me if you want other tests

Vincent
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to