/**
* @copyright 2013 Computer Science Department, Recursive InterNetworking Architecture (RINA) laboratory, Boston University.
* All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation
* for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all
* copies and that both the copyright notice and this permission notice appear in supporting documentation.
* The RINA laboratory of the Computer Science Department at Boston University makes no
* representations about the suitability of this software for any purpose.
*/
package rina.tcp.test;
import rina.rib.impl.RIBImpl;
import rina.tcp.TCPFlowManager;
/**
*
* @author Yuefeng Wang. Computer Science Department, Boston University
*
*/
public class RINA_community_host2 {
public static void main(String args[])
{
// RIBImpl rib = new RIBImpl();
//
//
//
// String srcApName = "BostonU";
// String srcApInstance = "2";
// String srcAeName = "Management";
// String srcAeInstance = "1";
//
// TCPFlowManager tm = new TCPFlowManager("BostonU", "2", 32791, 32792);
//
// String dstApName = "BostonU";
// String dstApInstance = "1";
// String dstAeName = "Management";
// String dstAeInstance = "1";
//
}
}