Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

uv_udp_set_ttl not supported for TizenRT #89

Open
pmarcinkiew opened this issue Aug 30, 2017 · 2 comments
Open

uv_udp_set_ttl not supported for TizenRT #89

pmarcinkiew opened this issue Aug 30, 2017 · 2 comments

Comments

@pmarcinkiew
Copy link
Contributor

TTL support is almost working for TizenRT but flag IPV6_UNICAST_HOPS is missing:

https://github.com/Samsung/libtuv/blob/master/src/unix/udp.c#L811

This issue prevents successful configuration of TTL in IoT.js for two tests.

test_dgram_setttl_client.js:

https://github.com/Samsung/iotjs/blob/master/test/run_pass/test_dgram_setttl_client.js#L36

test_dgram_setttl_server.js

https://github.com/Samsung/iotjs/blob/master/test/run_pass/test_dgram_setttl_server.js#L45

@pmarcinkiew pmarcinkiew changed the title uv_udp_set_tt not supported for TizenRT uv_udp_set_ttl not supported for TizenRT Aug 30, 2017
@glistening
Copy link

@pmarcinkiew I think uv_udp_set_ttl and uv_udp_get_ttl will work for IPv4 on TizenRT, and we need to support it.

@pmarcinkiew
Copy link
Contributor Author

See: #92

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants