efl_net_ser_udp: fix vlaue name for time to live property

The loopback value name here was really just a copy and paste mistake.
This commit is contained in:
Stefan Schmidt 2016-11-17 13:45:49 +01:00
parent 242edea752
commit a2d48a5df3
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class Efl.Net.Server.Udp (Efl.Net.Server.Fd) {
return: Eina.Error; [[0 on success, error code otherwise]]
}
values {
loopback: bool; [[FIXME: should this be named ttl?]]
ttl: bool; [[Time to live]]
}
}