server0.getConfiguration().setBindTimeout(50);
server0.start();
try {
DefaultSmppClient client0 = new DefaultSmppClient();
SmppSessionConfiguration sessionConfig0 = createDefaultConfiguration();
// we will not use the proper method of binding since we need to
DefaultSmppSession session0 = client0.doOpen(sessionConfig0, new DefaultSmppSessionHandler());
// there is a bind timeout of 50 ms and we'll wait 100 ms