浏览代码

Add -n option to documentation for netstat on mac

Co-authored-by: Mohsen Kamalzadeh <mohsen.kamalzadeh@unity3d.com>
/pyrception-integration
GitHub 3 年前
当前提交
c4d93e81
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.perception/Editor/Visualizer/VisualizerInstaller.cs

2
com.unity.perception/Editor/Visualizer/VisualizerInstaller.cs


public static List<ProcessPort> ProcessPortMap => GetNetStatPorts();
/// <summary>
/// This method distills the output from Windows: netstat -a -n -o or OSX: netstat -v -a into a list of ProcessPorts that provide a mapping between
/// This method distills the output from Windows: netstat -a -n -o or OSX: netstat -n -v -a into a list of ProcessPorts that provide a mapping between
/// the process (name and id) and the ports that the process is using.
/// </summary>
/// <returns></returns>

正在加载...
取消
保存