• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps VLAN Tag packet not reaching Application

krishnan

Newbie
We have an issue with TCP packet tagged with VLAN ID 0.

1) Application send request to media server. TCP
2) Server ( one media Hardware) sends response with VLAN tag added inthe response packet.
3) Response is not reaching Application, it looks Android OS is dropping the packet.
4) Wireshark shows the packet with VLAN tag is delivered to Android.

We are sending the TCP request from native/jni code. We tried all class of android devices.If we remove the VLAN tag application get the packet.

Please suggest any solution to fix this issue.
 
Back
Top Bottom