diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-04-06 11:59:10 +0200 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2018-04-24 09:03:46 -0700 |
commit | 56183edb9650fb4bba1b6c7b48295edd278eafaf (patch) | |
tree | 8437f92c6286163f51452554dac853b24558de06 /src/lib/ecore_con | |
parent | ad9c582af7ff2ac001216deca464a8ba7398f5d2 (diff) |
Efl.Net.Server.Udp_Client (from Efl.Net.Server.Udp.Client)
Ref https://phab.enlightenment.org/T6847
Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/ecore_con')
-rw-r--r-- | src/lib/ecore_con/efl_net_server_udp_client.eo | 2 | ||||
-rw-r--r-- | src/lib/ecore_con/efl_net_socket_udp.eo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_con/efl_net_server_udp_client.eo b/src/lib/ecore_con/efl_net_server_udp_client.eo index f8ecc8bd0f..6498ad7cbd 100644 --- a/src/lib/ecore_con/efl_net_server_udp_client.eo +++ b/src/lib/ecore_con/efl_net_server_udp_client.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Server.Udp.Client (Efl.Object, Efl.Net.Socket) { | 1 | class Efl.Net.Server.Udp_Client (Efl.Object, Efl.Net.Socket) { |
2 | [[A UDP client child of Efl.Net.Server.Udp | 2 | [[A UDP client child of Efl.Net.Server.Udp |
3 | 3 | ||
4 | Unlike connection protocols such as TCP or Local, UDP doesn't | 4 | Unlike connection protocols such as TCP or Local, UDP doesn't |
diff --git a/src/lib/ecore_con/efl_net_socket_udp.eo b/src/lib/ecore_con/efl_net_socket_udp.eo index 539dfd29ea..f8d66953f1 100644 --- a/src/lib/ecore_con/efl_net_socket_udp.eo +++ b/src/lib/ecore_con/efl_net_socket_udp.eo | |||
@@ -8,7 +8,7 @@ class Efl.Net.Socket.Udp (Efl.Net.Socket.Fd) { | |||
8 | 8 | ||
9 | Since for the server 'clients' there is no accepted connection | 9 | Since for the server 'clients' there is no accepted connection |
10 | it will reuse the same file decriptor. To avoid it being | 10 | it will reuse the same file decriptor. To avoid it being |
11 | closed, another class Efl.Net.Server.Udp.Client is used instead. | 11 | closed, another class Efl.Net.Server.Udp_Client is used instead. |
12 | 12 | ||
13 | @since 1.19 | 13 | @since 1.19 |
14 | ]] | 14 | ]] |