diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-04-13 10:54:41 +0200 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2018-04-24 09:05:51 -0700 |
commit | 383f51feaacbff02bdffda098df9cabcbc459459 (patch) | |
tree | 76518c0944cc5fc8cb01716f4e97f0f25a93ff52 /src/lib/ecore_con/efl_net_socket_udp.eo | |
parent | a785ba5495567bac5a51ee76c25b52223ec69835 (diff) |
Efl.Net.Server_* (from Efl.Net.Server.*)
Ref https://phab.enlightenment.org/T6847
Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_con/efl_net_socket_udp.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_con/efl_net_socket_udp.eo b/src/lib/ecore_con/efl_net_socket_udp.eo index 65e65bd57d..be5787c6a3 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 | ]] |