j ai un problème avec les sockets :
J ai créer une socket comme suit:
//
public static final int SNMP_TRAP_PORT = 162;
private DatagramSocket dSocket;
dSocket = new DatagramSocket(SNMP_TRAP_PORT);
//
Mais ça m' a affiché l'erreur suivante: java.net.BindException: Address already in use: Cannot bind.
je n'ai pas compris cooment résoudre cette erreur.

merci