mirror of https://github.com/FongMi/TV.git
parent
1e994e7dd9
commit
3e3439ec2b
@ -0,0 +1,11 @@ |
||||
package com.forcetech.service; |
||||
|
||||
import com.forcetech.Util; |
||||
|
||||
public class P2PService extends PxPService { |
||||
|
||||
@Override |
||||
public int getPort() { |
||||
return Util.P2P; |
||||
} |
||||
} |
||||
Binary file not shown.
Loading…
Reference in new issue