equal
deleted
inserted
replaced
20 |
20 |
21 // BEGIN android-note |
21 // BEGIN android-note |
22 // address length was changed from long to int for performance reasons. |
22 // address length was changed from long to int for performance reasons. |
23 // END android-note |
23 // END android-note |
24 |
24 |
25 package src.org.sipdroid.net.impl; |
25 package org.sipdroid.net.impl; |
26 |
26 |
27 import java.io.FileDescriptor; |
27 import java.io.FileDescriptor; |
28 import java.io.IOException; |
28 import java.io.IOException; |
29 import java.net.DatagramPacket; |
29 import java.net.DatagramPacket; |
30 import java.net.InetAddress; |
30 import java.net.InetAddress; |