Hello :)

in pvmf_socket_node.cpp file

bool PVMFSocketNode::ParseTransportConfig(char *aPortConfig,
        int32 aLen,
        SOCKET_ADDR &aSockConfig,
        OSCL_String& aMime)
{

.........

        int32 first = random_num.Rand();
        uint32 myport = (first & 0x1FFF) + 0x2000;      //start from 8192
        aSockConfig.iLocalAdd.port = (myport >> 1) << 1;        //start from
even;


..........

}

see that code

port number start from 8192

is this enable to fix from 1024?

Why does socket port start from 8192?

please, some answer.

thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to