search for: discared

Displaying 6 results from an estimated 6 matches for "discared".

Did you mean: discarded
2004 Jun 18
1
[LLVMdev] Linkages handling
...llvm.linkonce.d data, .comm .weak Weak ??? ??? And the question I have are: 1. Does ld really supports appending linkage? 2. The difference between LLVM linkonce and weak is that linkone symbols can be discared, if not used. I don't think there's anything in ld which matches LLVM linkonce -- the symbols are never discarded. Am I wrong? 3. I've tries to figure out how linkonce works with ld. It appears that it special cases sections starting with ".gnu.linkonce". In other words, nam...
2006 Oct 31
1
+Ura +md3200 nao encaminha ligacao
Salve Salve Galera. Tenho a seguinte situacao: Uma placa MD3200 ligada em uma linha telefonica comum(PTSN) e funcionando "belezinha"... Tenho configurado um URA, onde ele atende a ligacao que chegou no canal e solicita o numero do ramal de destino da liga??o: Acontece que ao discar o ramal de destino, ele nao encaminha a ligacao, ficando mudo e posteriormente caindo a liga?ao. Fiz
2011 Mar 28
5
[PATCH 1/3] Only peek and discard packets from specified device.
This patch fixes a bug on systems with multiple connected network devices. As packet_peek uses all devices to receive data instead of a specific device. As the return value was never reset it was possible that packets from other devices were returned by packet_peek. That means that the ifindex did not match any ifindex of the specified devices the packet was never removed and packets for the
2009 Sep 17
0
Samba 3.4.1 BDC fails
...h the standard mount -t cifs both not sucessfull: smbclient: Receiving SMB: Server stopped responding session setup failed: Call timed out: server did not respond after 20000 milliseconds mount: mount: Resource temporarily unavailable You can find my conf and a log (level 3) on the bottom - I discared the various push_conn_ctx set_sec_ctx messages - Can somebody give me a hint please? --------------------- CONF --------------------------- [global] netbios name = XDATEN server string =BDC workgroup = XX interfaces = 10.0.0.2 socket address = 10.0.255.255 wins server = 10.0.0...
2005 Jul 02
3
packets with syn/fin vs pf_norm.c
...no sense. But since it doesn't make any sense, I don't see the reason why not to discard them. I'm running pf on FreeBSD 5.4-RELEASE-p3 and I scrub any traffic. I've read some other posts on google and as far as I can tell, clearly invalid packets (like packets with SYN/RST set) is discared while scrub simply remove the FIN bit on packets with SYN/FIN. Note, I have no knowledge about coding in C, so sorry if this is wrong. I checked the source and this what I found: /usr/src/sys/contrib/pf/net/pf_norm.c:1424: --- flags = th->th_flags; if (flags & TH_SYN) {...
2020 Jul 13
3
helping to implement samba 4 AD with ldap backend
On 13/07/2020 20:28, jmpatagonia via samba wrote: > OK for that way (builtin ldap) is it possible to access/modify via ldap > tools / languages / libraries, like php/rubi /etc ? > Because if it is the only way we need to continue updating the user data > (on ldap repository) from one place via our interface. Probably, anything is possible, but you would have to write your own tools