[WooReeINFO] (Java VM/porting) TCP might be removed from the TCP/IP library?

Dear MicroEJ,

i have a quick question regarding to porting Java VM for one of our customers, where we might need to remove TCP from the TCP/IP library.

Which means they use only UDP.

Could you please advise me about what would be the best approach in this case?

Thanks much in advance for your feedback.

Regards
YH Kwon

Hi @kwonyh,

If your custommer uses only udp related classes and fucntion on his java application then the TCP part will not be embedded (nor the native implementation).

If your customer does not want to provide the TCP APIs, a new api must be generated.

Regards,